From 295406d9b70bed6ca67bc64de671d47809e5b19c Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 23 Mar 2023 11:20:23 +0100 Subject: [PATCH] Feature: add cc users in workflow form: not required --- 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 7019eeaf4..82271d30a 100644 --- a/src/Bundle/ChillMainBundle/Form/WorkflowStepType.php +++ b/src/Bundle/ChillMainBundle/Form/WorkflowStepType.php @@ -160,6 +160,7 @@ class WorkflowStepType extends AbstractType 'label' => 'workflow.cc for next steps', 'multiple' => true, 'mapped' => false, + 'required' => false ]) ->add('future_dest_emails', ChillCollectionType::class, [ 'label' => 'workflow.dest by email',