Summary | Fix group handling of share driver |
Queue | Kolab |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | wrobel (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 03/28/2008 (6309 days ago) |
Due | |
Updated | 03/29/2008 (6308 days ago) |
Assigned | 03/28/2008 (6309 days ago) |
Resolved | 03/29/2008 (6308 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: framework-Kolab-share-fix-groups-v2.patch
for group rights.
I was not able to test this at first as I had to fix a PHP crash...
(http://bugs.php.net/bug.php?id=44557)
Enjoy,
Thomas
Assigned to Gunnar Wrobel
Priority ⇒ 1. Low
New Attachment: framework-Kolab-share-fix-groups.patch
Patch ⇒ No
Milestone ⇒
Summary ⇒ Fix group handling of share driver
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ Kolab
horde internally handles groups by "id", f.e. in the share permission editor.
Kolab's share driver currently uses the name of the group in some places
which fails to properly save the permissions again. Attached patch
fixes the issue.
Note: getPermissions() already assumes it's an "id", no fix needed here.
Cheers,
Thomas