Summary | IMP Preferences. Change de ACL for a shared folder is no possible |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | jcblanco (at) fi (dot) upm (dot) es |
Created | 05/31/2011 (5164 days ago) |
Due | 05/31/2011 (5164 days ago) |
Updated | 06/06/2011 (5158 days ago) |
Assigned | 06/04/2011 (5160 days ago) |
Resolved | 06/04/2011 (5160 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Bug #10163: Worthy of a changelog entry2 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5ef8c8fafcd36beacf33202726b93b89c9fd711f
State ⇒ Feedback
Bug #10163: Fix mailbox selection in folder lists1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5da2b0b2f913b69c5d64addfbb7c3984b0c10f61
rights in this folder for a user, I select the name in the "select"
box, the ACLs for this folder is shown but the name in the "select"
box is changed back to INBOX.
ACL case seems to be only a problem with the "selected" value for the
folder select box. Of course I may be totally wrong, yo know the
internals and I do not.
State ⇒ Assigned
Assigned to
Assigned to Michael Slusarz
bug #10161.Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ IMP Preferences. Change de ACL for a shared folder is no possible
Due ⇒ 05/31/2011
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ Yes
New Attachment: ACL_Prefs.patch.txt
State ⇒ Unconfirmed
I have a shared folder with an ACL for it, if I try to change the
rights in this folder for a user, I select the name in the "select"
box, the ACLs for this folder is shown but the name in the "select"
box is changed back to INBOX.
Investigating the code a little I think that there is a bug in
imp/lib/Prefs/Ui.php, line 584 in the object variable "$folder" is
used as the "selected" value for the box. If I change it to
"$folder->form_to" all seems to work fine.