mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Adding spokenLanguages to Person (Entity and Form)
This commit is contained in:
@@ -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']) {
|
||||
|
Reference in New Issue
Block a user