mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
fixes to allow for firstname value of null
This commit is contained in:
@@ -104,7 +104,7 @@ class ThirdPartyType extends AbstractType
|
||||
$builder
|
||||
->add('firstname', TextType::class, [
|
||||
'label' => 'firstname',
|
||||
'required' => true,
|
||||
'required' => false,
|
||||
])
|
||||
->add('civility', PickCivilityType::class, [
|
||||
'label' => 'thirdparty.Civility',
|
||||
|
Reference in New Issue
Block a user