mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 12:33:49 +00:00
fix sf4 deprecated: remove choices_as_values form option
This commit is contained in:
@@ -160,7 +160,6 @@ class SpreadSheetFormatter implements FormatterInterface
|
||||
'Microsoft Excel 2007-2013 XML (.xlsx) (Microsoft Excel, LibreOffice)' => 'xlsx',
|
||||
'Comma separated values (.csv)' => 'csv'
|
||||
),
|
||||
'choices_as_values' => true,
|
||||
'placeholder' => 'Choose the format'
|
||||
));
|
||||
|
||||
@@ -194,7 +193,6 @@ class SpreadSheetFormatter implements FormatterInterface
|
||||
range(1, $nbAggregators),
|
||||
range(1, $nbAggregators)
|
||||
),
|
||||
'choices_as_values' => true,
|
||||
'multiple' => false,
|
||||
'expanded' => false
|
||||
));
|
||||
|
Reference in New Issue
Block a user