Summary | Dynamic imp: View of current folder lost after rename |
Queue | IMP |
Queue Version | Git develop |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 09/01/2012 (4692 days ago) |
Due | |
Updated | 10/15/2012 (4648 days ago) |
Assigned | 09/03/2012 (4690 days ago) |
Resolved | 09/03/2012 (4690 days ago) |
Milestone | |
Patch | No |
commit 4e501cff15156871c18c4b6d591d11fd827662be
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Sep 3 01:43:22 2012 -0600
[mms] Load new mailbox when renaming current mailbox in dynamic
view (
Request #11394).imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 18 +++++++++++++-----
imp/lib/Ajax/Application.php | 1 +
imp/lib/Ajax/Queue.php | 1 +
imp/package.xml | 2 ++
5 files changed, 19 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/4e501cff15156871c18c4b6d591d11fd827662be
which stayed in the calendar if one renamed it.
State ⇒ Resolved
commit 4e501cff15156871c18c4b6d591d11fd827662be
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Sep 3 01:43:22 2012 -0600
[mms] Load new mailbox when renaming current mailbox in dynamic
view (
Request #11394).imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 18 +++++++++++++-----
imp/lib/Ajax/Application.php | 1 +
imp/lib/Ajax/Queue.php | 1 +
imp/package.xml | 2 ++
5 files changed, 19 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/4e501cff15156871c18c4b6d591d11fd827662be
Priority ⇒ 1. Low
State ⇒ Assigned
Type ⇒ Enhancement
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Dynamic view: Current folder lost after renam
Type ⇒ Bug
I click on a folder to view the current content. Then I rename the
current folder to something different. After the rename the mailbox
content jumps to INBOX.
Any chance to stay in the current folder?
At first I thought the rename is doing something weird :)
Thomas