mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
picking center not required
This commit is contained in:
@@ -113,7 +113,8 @@ class PickCenterType extends AbstractType
|
||||
'choices' => $choices,
|
||||
'multiple' => true,
|
||||
'expanded' => true,
|
||||
'label' => $gc->getName()
|
||||
'label' => $gc->getName(),
|
||||
'required' => false
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user