mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 11:54:32 +02:00
Added possibility to autoselect the import format
This commit is contained in:
parent
61e2dde400
commit
508641d1e8
6 changed files with 106 additions and 6 deletions
|
@ -57,6 +57,7 @@ class ImportType extends AbstractType
|
|||
|
||||
->add('format', ChoiceType::class, [
|
||||
'choices' => [
|
||||
'parts.import.format.auto' => 'auto',
|
||||
'JSON' => 'json',
|
||||
'XML' => 'xml',
|
||||
'CSV' => 'csv',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue