mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Merge branch 'master' of git://github.com/Chill-project/Person
This commit is contained in:
commit
611704a861
@ -27,13 +27,11 @@ class PersonType extends AbstractType
|
||||
))
|
||||
->add('memo', 'textarea', array('required' => false))
|
||||
->add('email', 'textarea', array('required' => false))
|
||||
->add('countryOfBirth', 'entity', array(
|
||||
'required' => false,
|
||||
'class' => 'Chill\MainBundle\Entity\Country'
|
||||
->add('countryOfBirth', 'select2_chill_country', array(
|
||||
'required' => false
|
||||
))
|
||||
->add('nationality', 'entity', array(
|
||||
'required' => false,
|
||||
'class' => 'Chill\MainBundle\Entity\Country'
|
||||
->add('nationality', 'select2_chill_country', array(
|
||||
'required' => false
|
||||
))
|
||||
;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user