[#6179] Maintenance task causes the interface to switch to imp
Summary Maintenance task causes the interface to switch to imp
Queue DIMP
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners Horde Developers, Michael Slusarz <slusarz (at) horde (dot) org>
Requester nicholas (dot) inglis (at) bluebottle (dot) com
Created 01/30/2008 (102 days ago)
Due
Updated 04/02/2008 (39 days ago)
Assigned 04/02/2008 (39 days ago)
Resolved 04/02/2008 (39 days ago)
Attachments
Milestone 1.0
Patch

History
04/02/2008 Michael Slusarz Comment #6
State ⇒ Resolved
Reply to this comment
04/02/2008 Michael Slusarz Comment #5
State ⇒ Feedback
Reply to this comment
#1 - This is a different issue than Ticket 6312.
#2 - Should be fixed (commit message not currently available)
03/06/2008 Jan Schneider Milestone ⇒ 1.0
 
03/04/2008 Chuck Hagenbuch Summary ⇒ Maintenance task causes the interface to switch to imp
 
02/28/2008 nicholas (dot) inglis (at) bluebottle (dot) com Comment #4 Reply to this comment
> This should be solved with implementing request #6312.

that sounds like a good idea.

- nick
02/28/2008 Jan Schneider Comment #3 Reply to this comment
This should be solved with implementing request #6312.
02/03/2008 nicholas (dot) inglis (at) bluebottle (dot) com Comment #2 Reply to this comment
> The maintenance tasks of the mail client that are presented to the
> user on login cause the interface to end up in imp. This is bad
> because we want to stay in the dimp interface.
>

After further investigation I find that after maintenance is complete it returns to the imp/redirect.php script, which then pushes you into imp.

the redirect script was our first point of call before maintenance, and it included a hidden variable 'select_view' = 'dimp'

After maintenance this hidden variable is missing, so we end up in the imp interface rather than the dimp one. (I think this is what is happening).

does this mean that we need to store the interface before going into maintenance, and restore it afterwards?

- nick



01/31/2008 Jan Schneider State ⇒ Assigned
Assigned to Horde DevelopersHorde Developers
Assigned to Michael Slusarz
 
01/30/2008 nicholas (dot) inglis (at) bluebottle (dot) com Comment #1
Queue ⇒ DIMP
Summary ⇒ Maintenace task causes the interface to switch to imp
Type ⇒ Bug
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Reply to this comment
The maintenance tasks of the mail client that are presented to the user on login cause the interface to end up in imp. This is bad because we want to stay in the dimp interface.