* Fix bug of show relation privs.

This commit is contained in:
liumengyi
2023-04-11 09:59:20 +08:00
parent 214e7b427e
commit 7a63b3f6d8
4 changed files with 37 additions and 5 deletions
+2 -1
View File
@@ -293,7 +293,8 @@ class group extends control
}
}
$relatedPrivData = $this->group->getRelatedPrivs($selectedPrivIdList);
$groupPrivsIdList = $this->group->getPrivsIdListByGroup($groupID);
$relatedPrivData = $this->group->getRelatedPrivs($selectedPrivIdList, '', array_keys($groupPrivsIdList));
$this->view->privList = $privList;
$this->view->privMethods = $privMethods;