mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-21 14:47:24 +01:00
Allow to control the path delimiter and create unknown datastructures
Also the labeling of form fields was improved
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user