* [MOD] New look&feel for user profile view

This commit is contained in:
nuxsmin
2018-03-21 22:00:20 +01:00
parent 0f228e39da
commit cd08b4ca66
6 changed files with 509 additions and 242 deletions

View File

@@ -28,6 +28,7 @@ use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
use SP\Core\Acl\ActionsInterface;
use SP\Core\Acl\UnauthorizedPageException;
use SP\Core\Context\SessionContext;
use SP\Core\Events\Event;
use SP\Core\Events\EventMessage;
use SP\Http\JsonResponse;
@@ -67,6 +68,8 @@ class ConfigImportController extends SimpleControllerBase
$this->eventDispatcher->notifyEvent('run.import.start', new Event($this));
SessionContext::close();
$counter = $this->dic->get(ImportService::class)
->doImport($importParams, new FileImport($this->router->request()->files()->get('inFile')));