mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Allow to control the path delimiter and create unknown datastructures
Also the labeling of form fields was improved
This commit is contained in:
parent
508641d1e8
commit
256d628543
4 changed files with 103 additions and 16 deletions
|
@ -75,7 +75,8 @@ class PartImportExportController extends AbstractController
|
|||
}
|
||||
|
||||
$options = [
|
||||
'preserve_children' => $data['preserve_children'],
|
||||
'create_unknown_datastructures' => $data['create_unknown_datastructures'],
|
||||
'path_delimiter' => $data['path_delimiter'],
|
||||
'format' => $format,
|
||||
'part_category' => $data['part_category'],
|
||||
'class' => Part::class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue