Summary | Distored folder list after (special) folder delete |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/20/2012 (4735 days ago) |
Due | |
Updated | 08/29/2012 (4695 days ago) |
Assigned | |
Resolved | 08/16/2012 (4708 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 362a557c0432b418d2e108be1d23e1219159682a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 16 17:37:38 2012 -0600
[mms] Fix regression in updating dynamic folder list when
deleting parent mailboxes that contain children (
Bug #11296).imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 29 ++++++++++++++++++-----------
imp/package.xml | 2 ++
3 files changed, 22 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/362a557c0432b418d2e108be1d23e1219159682a
commit 362a557c0432b418d2e108be1d23e1219159682a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 16 17:37:38 2012 -0600
[mms] Fix regression in updating dynamic folder list when
deleting parent mailboxes that contain children (
Bug #11296).imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 29 ++++++++++++++++++-----------
imp/package.xml | 2 ++
3 files changed, 22 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/362a557c0432b418d2e108be1d23e1219159682a
Assigned to Michael Slusarz
Feel free to unassign if I am wrong.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Distored folder list after (special) folder delete
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I found a way to distort the folder list a little :o)
- Create a new folder "foo"
- Create a subfolder below "foo" called "bar".
- Now delete the parent "foo" folder
-without- a recursive subfolder delete
-> The "bar" folder will move above "foo" in the folder list. "foo" is
now below "bar" and still shows a little plus icon, even though it
doesn't seem to contain a subfolder anymore.
When I refresh the folder list, the hierarchy is correct again ("bar"
is located below "foo").
Thomas