mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Added option to mark all imported parts as "needs review"
This commit is contained in:
parent
b7aae7d87b
commit
193650efd4
6 changed files with 32 additions and 2 deletions
|
@ -84,6 +84,8 @@ class PartImportExportController extends AbstractController
|
|||
'part_category' => $data['part_category'],
|
||||
'class' => Part::class,
|
||||
'csv_delimiter' => $data['csv_delimiter'],
|
||||
'part_needs_review' => $data['part_needs_review'],
|
||||
'abort_on_validation_error' => $data['abort_on_validation_error'],
|
||||
];
|
||||
|
||||
$this->commentHelper->setMessage('Import '.$file->getClientOriginalName());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue