mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-12-06 11:22:41 +01:00
continued development of ACL rule management; fixed getting filesystem node of folder resources
This commit is contained in:
parent
5500ded3fb
commit
8d781f5001
6 changed files with 121 additions and 14 deletions
|
@ -188,7 +188,8 @@ class OrganizationFolderService {
|
|||
|
||||
$acls = [];
|
||||
foreach($groups as $group) {
|
||||
$acls[] = new Rule(userMapping: $this->userMappingManager->mappingFromId("group", $group),
|
||||
$acls[] = new Rule(
|
||||
userMapping: $this->userMappingManager->mappingFromId("group", $group),
|
||||
fileId: $fileId,
|
||||
mask: 31,
|
||||
permissions: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue