mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Fix SingleTaskListType
accompanyingCourse also defined as a form option
This commit is contained in:
parent
17b6f287dc
commit
27a52ce166
@ -284,6 +284,7 @@ class SingleTaskListType extends AbstractType
|
||||
->setDefined('person')
|
||||
->setDefault('person', null)
|
||||
->setAllowedTypes('person', [Person::class, 'null'])
|
||||
->setDefined('accompanyingCourse')
|
||||
->setDefined('add_status')
|
||||
->setDefault('add_status', false)
|
||||
->setAllowedTypes('add_status', ['bool'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user