mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 02:14:31 +02:00
Added basic API to access and edit manufacturer entities
This commit is contained in:
parent
f5a15b23d6
commit
676c8eeefb
11 changed files with 96 additions and 21 deletions
|
@ -95,6 +95,7 @@ class EntityExporter
|
|||
'as_collection' => true,
|
||||
'csv_delimiter' => $options['csv_delimiter'],
|
||||
'xml_root_node_name' => 'PartDBExport',
|
||||
'partdb_export' => true,
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
|
@ -156,6 +156,7 @@ class EntityImporter
|
|||
'csv_delimiter' => $options['csv_delimiter'],
|
||||
'create_unknown_datastructures' => $options['create_unknown_datastructures'],
|
||||
'path_delimiter' => $options['path_delimiter'],
|
||||
'partdb_import' => true,
|
||||
]);
|
||||
|
||||
//Ensure we have an array of entity elements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue