mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-12-06 11:22:41 +01:00
Added groupfolderManager to handle overwriting groupfolder members
This commit is contained in:
parent
f85a93aa3a
commit
b653a751dc
5 changed files with 94 additions and 10 deletions
|
@ -38,7 +38,7 @@ class OrganizationFolderService {
|
|||
name: $groupfolder["mount_point"],
|
||||
quota: $groupfolder["quota"],
|
||||
organizationProvider: $groupfolder["organization_provider"],
|
||||
organizationId: $groupfolder["organization_id"],
|
||||
organizationId: (int)$groupfolder["organization_id"],
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ class OrganizationFolderService {
|
|||
name: $groupfolder["mount_point"],
|
||||
quota: $groupfolder["quota"],
|
||||
organizationProvider: $groupfolder["organization_provider"],
|
||||
organizationId: $groupfolder["organization_id"],
|
||||
organizationId: (int)$groupfolder["organization_id"],
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue