mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
fix some person issues
This commit is contained in:
@@ -93,6 +93,7 @@ class PersonType extends AbstractType
|
||||
])
|
||||
->add('numberOfChildren', IntegerType::class, [
|
||||
'required' => false,
|
||||
'attr' => ['min' => 0],
|
||||
]);
|
||||
|
||||
if ($this->configAltNamesHelper->hasAltNames()) {
|
||||
|
Reference in New Issue
Block a user