mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-11 10:56:58 +01:00
test(IT): Test account file use cases (WIP)
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -79,7 +79,7 @@ abstract class NotificationViewBase extends ControllerBase
|
||||
|
||||
$this->view->assign('notification', $notification);
|
||||
|
||||
if ($this->userData->getIsAdminApp()) {
|
||||
if ($this->userDto->getIsAdminApp()) {
|
||||
$this->view->assign(
|
||||
'users',
|
||||
SelectItemAdapter::factory($this->userService->getAll())
|
||||
|
||||
Reference in New Issue
Block a user