mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
picking center not required
This commit is contained in:
parent
662a007ff5
commit
1afe406697
@ -113,7 +113,8 @@ class PickCenterType extends AbstractType
|
||||
'choices' => $choices,
|
||||
'multiple' => true,
|
||||
'expanded' => true,
|
||||
'label' => $gc->getName()
|
||||
'label' => $gc->getName(),
|
||||
'required' => false
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user