fix sf4 deprecated: remove choices_as_values form option

This commit is contained in:
2020-07-22 17:05:24 +02:00
parent 05868b398e
commit 1d8f72bc14
6 changed files with 0 additions and 6 deletions

View File

@@ -333,7 +333,6 @@ class PersonSearch extends AbstractSearch implements ContainerAwareInterface,
'Man' => Person::MALE_GENDER,
'Woman' => Person::FEMALE_GENDER
],
'choices_as_values' => true,
'label' => 'Gender',
'required' => false
])