feat: improved validation of personal data

This commit is contained in:
Björn Fromme
2025-04-11 08:29:06 +02:00
parent 011fe9c5c4
commit 9c1aa60782
5 changed files with 53 additions and 27 deletions
+1
View File
@@ -38,6 +38,7 @@ class PersonalDataType extends AbstractType
])
->add('phone', TextType::class, [
'label' => 'Telefon',
'required' => false,
'property_path' => 'communication.phone',
])
->add('mobile', TextType::class, [