picking center not required

This commit is contained in:
Julien Fastré 2019-02-27 13:12:29 +01:00
parent 662a007ff5
commit 1afe406697

View File

@ -113,7 +113,8 @@ class PickCenterType extends AbstractType
'choices' => $choices, 'choices' => $choices,
'multiple' => true, 'multiple' => true,
'expanded' => true, 'expanded' => true,
'label' => $gc->getName() 'label' => $gc->getName(),
'required' => false
]); ]);
} }
} }