mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Added option to mark all imported parts as "needs review"
This commit is contained in:
@@ -355,6 +355,7 @@ abstract class BaseAdminController extends AbstractController
|
||||
'format' => $format,
|
||||
'class' => $this->entity_class,
|
||||
'csv_delimiter' => $data['csv_delimiter'],
|
||||
'abort_on_validation_error' => $data['abort_on_validation_error'],
|
||||
];
|
||||
|
||||
$this->commentHelper->setMessage('Import '.$file->getClientOriginalName());
|
||||
|
||||
Reference in New Issue
Block a user