mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
hop
This commit is contained in:
parent
a9522d5b4b
commit
c861c48b37
@ -72,8 +72,7 @@ class EventType extends AbstractType
|
|||||||
->add('name')
|
->add('name')
|
||||||
->add('date', ChillDateTimeType::class, array(
|
->add('date', ChillDateTimeType::class, array(
|
||||||
'required' => true
|
'required' => true
|
||||||
)
|
))
|
||||||
)
|
|
||||||
->add('center', EntityType::class, array(
|
->add('center', EntityType::class, array(
|
||||||
'class' => Center::class,
|
'class' => Center::class,
|
||||||
'choices' => $userReachableCenters,
|
'choices' => $userReachableCenters,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user