mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
add isCanceledAccompanyingPeriod field to form
This commit is contained in:
@@ -57,6 +57,7 @@ class ClosingMotiveType extends AbstractType
|
|||||||
])
|
])
|
||||||
->add('isCanceledAccompanyingPeriod', CheckboxType::class, [
|
->add('isCanceledAccompanyingPeriod', CheckboxType::class, [
|
||||||
'label' => $this->translator->trans('Consider canceled'),
|
'label' => $this->translator->trans('Consider canceled'),
|
||||||
|
'required' => false,
|
||||||
'help' => $this->translator->trans('Canceled parcours help')
|
'help' => $this->translator->trans('Canceled parcours help')
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user