mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +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
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue