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:
@@ -122,7 +122,6 @@ class CSVFormatter implements FormatterInterface
|
||||
range(1, $nbAggregators),
|
||||
range(1, $nbAggregators)
|
||||
),
|
||||
'choices_as_values' => true,
|
||||
'multiple' => false,
|
||||
'expanded' => false
|
||||
));
|
||||
@@ -132,7 +131,6 @@ class CSVFormatter implements FormatterInterface
|
||||
'row' => 'r',
|
||||
'column' => 'c'
|
||||
),
|
||||
'choices_as_values' => true,
|
||||
'multiple' => false,
|
||||
'expanded' => false
|
||||
));
|
||||
|
Reference in New Issue
Block a user