mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
fix sf4 deprecated: remove choices_as_values form option
This commit is contained in:
@@ -81,7 +81,6 @@ class CountryOfBirthAggregator implements AggregatorInterface,
|
||||
'Group by continents' => 'continent',
|
||||
'Group by country' => 'country'
|
||||
),
|
||||
'choices_as_values' => true,
|
||||
'expanded' => true,
|
||||
'multiple' => false
|
||||
));
|
||||
|
@@ -80,7 +80,6 @@ class NationalityAggregator implements AggregatorInterface,
|
||||
'Group by continents' => 'continent',
|
||||
'Group by country' => 'country'
|
||||
),
|
||||
'choices_as_values' => true,
|
||||
'expanded' => true,
|
||||
'multiple' => false
|
||||
));
|
||||
|
Reference in New Issue
Block a user