mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Merge branch 'viewPerson' of github.com:Champs-Libres/ChillPersonBundle into viewPerson
Conflicts: Form/PersonType.php
This commit is contained in:
commit
af984962a7
@ -20,9 +20,7 @@ class PersonType extends AbstractType
|
||||
$builder
|
||||
->add('name')
|
||||
->add('surname')
|
||||
->add('dateOfBirth', 'birthday', array(
|
||||
'required' => false
|
||||
))
|
||||
->add('dateOfBirth', 'date', array('required' => false, 'widget' => 'single_text'))
|
||||
->add('placeOfBirth', 'text', array('required' => false))
|
||||
->add('genre', new GenderType(), array(
|
||||
'required' => false
|
||||
|
Loading…
x
Reference in New Issue
Block a user