diff --git a/src/Bundle/ChillPersonBundle/Form/ClosingMotiveType.php b/src/Bundle/ChillPersonBundle/Form/ClosingMotiveType.php index 84081fdd5..251044e9e 100644 --- a/src/Bundle/ChillPersonBundle/Form/ClosingMotiveType.php +++ b/src/Bundle/ChillPersonBundle/Form/ClosingMotiveType.php @@ -57,6 +57,7 @@ class ClosingMotiveType extends AbstractType ]) ->add('isCanceledAccompanyingPeriod', CheckboxType::class, [ 'label' => $this->translator->trans('Consider canceled'), + 'required' => false, 'help' => $this->translator->trans('Canceled parcours help') ]); }