From e45952f28c1635e32d0cb9fc972b31ddfe79ffd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 28 Mar 2023 13:56:24 +0000 Subject: [PATCH] Feature: add cc users in workflow: add suggested users in form type --- src/Bundle/ChillMainBundle/Form/WorkflowStepType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillMainBundle/Form/WorkflowStepType.php b/src/Bundle/ChillMainBundle/Form/WorkflowStepType.php index f48ae0084..3ef37c03a 100644 --- a/src/Bundle/ChillMainBundle/Form/WorkflowStepType.php +++ b/src/Bundle/ChillMainBundle/Form/WorkflowStepType.php @@ -161,6 +161,7 @@ class WorkflowStepType extends AbstractType 'multiple' => true, 'mapped' => false, 'required' => false, + 'suggested' => $options['suggested_users'], ]) ->add('future_dest_emails', ChillCollectionType::class, [ 'label' => 'workflow.dest by email',