mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
This commit is contained in:
@@ -244,7 +244,7 @@ class UserGroupController extends ControllerBase implements CrudControllerInterf
|
||||
|
||||
$groupData = $form->getItemData();
|
||||
|
||||
$id = $this->userGroupService->create($groupData, $groupData->getUsers());
|
||||
$id = $this->userGroupService->create($groupData);
|
||||
|
||||
$this->addCustomFieldsForItem(Acl::GROUP, $id, $this->request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user