mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-05 08:04:09 +01:00
chore(tests): UT for AuhToken
- Remove old tests - Refactor Actions and Acl (WIP) Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -82,7 +82,7 @@ abstract class NotificationViewBase extends ControllerBase
|
||||
if ($this->userData->getIsAdminApp()) {
|
||||
$this->view->assign(
|
||||
'users',
|
||||
SelectItemAdapter::factory($this->userService->getAllBasic())
|
||||
SelectItemAdapter::factory($this->userService->getAll())
|
||||
->getItemsFromModelSelected([$notification->userId])
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user