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

@@ -99,7 +99,6 @@ class SpreadsheetListFormatter implements FormatterInterface
'OpenDocument Format (.ods) (LibreOffice, ...)' => 'ods',
'Microsoft Excel 2007-2013 XML (.xlsx) (Microsoft Excel, LibreOffice)' => 'xlsx'
),
'choices_as_values' => true,
'placeholder' => 'Choose the format'
))
->add('numerotation', ChoiceType::class, array(
@@ -110,7 +109,6 @@ class SpreadsheetListFormatter implements FormatterInterface
'expanded' => true,
'multiple' => false,
'label' => "Add a number on first column",
'choices_as_values' => true,
'data' => true
));
}