fix sf4 deprecated: remove choices_as_values form option

This commit is contained in:
2020-07-22 17:05:24 +02:00
parent 9850bfba81
commit f394283531
11 changed files with 0 additions and 14 deletions

View File

@@ -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
));