mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +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')
|
->setDefined('person')
|
||||||
->setDefault('person', null)
|
->setDefault('person', null)
|
||||||
->setAllowedTypes('person', [Person::class, 'null'])
|
->setAllowedTypes('person', [Person::class, 'null'])
|
||||||
|
->setDefined('accompanyingCourse')
|
||||||
->setDefined('add_status')
|
->setDefined('add_status')
|
||||||
->setDefault('add_status', false)
|
->setDefault('add_status', false)
|
||||||
->setAllowedTypes('add_status', ['bool'])
|
->setAllowedTypes('add_status', ['bool'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user