mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [MOD] Improved import messages
* [MOD] Improved notifications handler * [MOD] Code refactoring * [FIX] Bugfixes
This commit is contained in:
@@ -64,6 +64,9 @@ class ConfigImportController extends SimpleControllerBase
|
||||
$importParams->setCsvDelimiter(Request::analyzeString('csvDelimiter'));
|
||||
|
||||
try {
|
||||
|
||||
$this->eventDispatcher->notifyEvent('run.import.start', new Event($this));
|
||||
|
||||
$counter = $this->dic->get(ImportService::class)
|
||||
->doImport($importParams, new FileImport($this->router->request()->files()->get('inFile')));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user