From d940d13d7dae19ddf7a607953c396c5d83f7f426 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 576e203b0..2d08ccf7c 100644 --- a/src/Bundle/ChillMainBundle/Form/WorkflowStepType.php +++ b/src/Bundle/ChillMainBundle/Form/WorkflowStepType.php @@ -159,6 +159,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',