diff --git a/src/Bundle/ChillMainBundle/Entity/Workflow/EntityWorkflow.php b/src/Bundle/ChillMainBundle/Entity/Workflow/EntityWorkflow.php index 99d5cdb7d..4ba8f9803 100644 --- a/src/Bundle/ChillMainBundle/Entity/Workflow/EntityWorkflow.php +++ b/src/Bundle/ChillMainBundle/Entity/Workflow/EntityWorkflow.php @@ -441,6 +441,8 @@ class EntityWorkflow implements TrackCreationInterface, TrackUpdateInterface $newStep = new EntityWorkflowStep(); $newStep->setCurrentStep($step); + $newStep->setComment($transitionContextDTO->comment); + foreach ($transitionContextDTO->futureCcUsers as $user) { $newStep->addCcUser($user); }