mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 17:15:02 +00:00
picking center not required
This commit is contained in:
@@ -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
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user