mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
person creation: fix bug + improve multi_center
The center is hidden in page "check if the person exists in the db"
This commit is contained in:
@@ -56,3 +56,10 @@ services:
|
||||
tags:
|
||||
- { name: validator.constraint_validator, alias: birthdate_not_before }
|
||||
|
||||
chill.main.form.person_creation:
|
||||
class: Chill\PersonBundle\Form\CreationPersonType
|
||||
arguments:
|
||||
- "@chill.main.form.data_transformer.center_transformer"
|
||||
tags:
|
||||
- { name: form.type, alias: chill_personbundle_person_creation }
|
||||
|
Reference in New Issue
Block a user