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',