Save the comments on a workflow step

This commit is contained in:
LenaertsJ 2024-11-19 10:15:15 +00:00 committed by Julien Fastré
parent 39b918e7eb
commit 04b2def8a5

View File

@ -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);
}