feat: improved validation of personal data
This commit is contained in:
@@ -38,6 +38,7 @@ class PersonalDataType extends AbstractType
|
||||
])
|
||||
->add('phone', TextType::class, [
|
||||
'label' => 'Telefon',
|
||||
'required' => false,
|
||||
'property_path' => 'communication.phone',
|
||||
])
|
||||
->add('mobile', TextType::class, [
|
||||
|
||||
Reference in New Issue
Block a user