Adding spokenLanguages to Person (Entity and Form)

This commit is contained in:
Marc Ducobu
2014-11-26 13:02:21 +01:00
parent 8a65274fbc
commit ae36da3366
3 changed files with 41 additions and 3 deletions

View File

@@ -53,6 +53,10 @@ class PersonType extends AbstractType
->add('nationality', 'select2_chill_country', array(
'required' => false
))
->add('spokenLanguages', 'select2_chill_language', array(
'required' => false,
'multiple' => true
))
;
if($options['cFGroup']) {