Summary | Dynamic view: Can't delete ACL for another user |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/15/2012 (4661 days ago) |
Due | |
Updated | 10/27/2012 (4649 days ago) |
Assigned | |
Resolved | 10/15/2012 (4661 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit bf3c17675363dcd04139279964dbe17e167ebee3
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 15 14:43:46 2012 -0600
Bug #11522: Fix regression in deleting ACLs with recent IMAP ACL changesimp/lib/Imap/Acl.php | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/bf3c17675363dcd04139279964dbe17e167ebee3
State ⇒ Resolved
commit bf3c17675363dcd04139279964dbe17e167ebee3
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 15 14:43:46 2012 -0600
Bug #11522: Fix regression in deleting ACLs with recent IMAP ACL changesimp/lib/Imap/Acl.php | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/bf3c17675363dcd04139279964dbe17e167ebee3
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Dynamic view: Can't delete ACL for another user
Type ⇒ Bug
State ⇒ Unconfirmed
I tried to delete an ACL for another user. Since I'm lazy I've used
the "None" template which automatically unchecks all ACL checkboxes.
After saving the ACL, all ACL rights are checked again. Modifying
single ACLs works.
Thomas