mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 08:34:16 +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:
@@ -94,7 +94,7 @@ abstract class UserGroupViewBase extends ControllerBase
|
||||
|
||||
$this->view->assign(
|
||||
'users',
|
||||
SelectItemAdapter::factory($this->userService->getAllBasic())->getItemsFromModelSelected($users)
|
||||
SelectItemAdapter::factory($this->userService->getAll())->getItemsFromModelSelected($users)
|
||||
);
|
||||
$this->view->assign(
|
||||
'usedBy',
|
||||
|
||||
Reference in New Issue
Block a user