mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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,
|
'choices' => $choices,
|
||||||
'multiple' => true,
|
'multiple' => true,
|
||||||
'expanded' => true,
|
'expanded' => true,
|
||||||
'label' => $gc->getName()
|
'label' => $gc->getName(),
|
||||||
|
'required' => false
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user