feat: allow editing of nationality in personal data
This commit is contained in:
@@ -32,6 +32,11 @@ class PersonalDataType extends AbstractType
|
||||
'label' => 'Land',
|
||||
'property_path' => 'address.country',
|
||||
])
|
||||
->add('nationality', CountryType::class, [
|
||||
'label' => 'Nationalität',
|
||||
'property' => 'nationality',
|
||||
'preferred_choices' => ['D', 'A', 'CH'],
|
||||
])
|
||||
->add('email', EmailType::class, [
|
||||
'label' => 'E-Mail',
|
||||
'property_path' => 'communication.email',
|
||||
|
||||
Reference in New Issue
Block a user