fix: ensure nationality is assigned when editing booking data
This commit is contained in:
@@ -76,7 +76,9 @@ class BookingEditParticipantType extends AbstractType
|
||||
->add('nationality', CountryType::class, $this->mergeFieldState([
|
||||
'label' => 'Nationalität',
|
||||
'property' => 'nationality',
|
||||
'required' => true,
|
||||
'preferred_choices' => ['D', 'A', 'CH'],
|
||||
'empty_data' => 'D',
|
||||
], $getState('nationality')))
|
||||
->add('email', EmailType::class, $this->mergeFieldState([
|
||||
'label' => 'E-Mail',
|
||||
|
||||
Reference in New Issue
Block a user