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

@@ -66,7 +66,6 @@ class GenderFilter implements FilterInterface,
'Both' => Person::BOTH_GENDER,
'Not given' => 'null'
),
'choices_as_values' => true,
'multiple' => true,
'expanded' => true
));