Added possibility to autoselect the import format

This commit is contained in:
Jan Böhmer 2023-03-12 21:43:40 +01:00
parent 61e2dde400
commit 508641d1e8
6 changed files with 106 additions and 6 deletions

View file

@ -57,6 +57,7 @@ class ImportType extends AbstractType
->add('format', ChoiceType::class, [
'choices' => [
'parts.import.format.auto' => 'auto',
'JSON' => 'json',
'XML' => 'xml',
'CSV' => 'csv',