| 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 |
State ⇒ Resolved
This is the commit message:http://lists.horde.org/archives/cvs/Week-of-Mon-20080331/076913.html
State ⇒ Feedback
#1 - This is a different issue than Ticket 6312.
#2- Should be fixed (commit message not currently available)> This should be solved with implementing request #6312.
that sounds like a good idea.
- nick
This should be solved with implementing request #6312.> 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
Assigned to
Assigned to Michael Slusarz
Queue ⇒ DIMP
Summary ⇒ Maintenace task causes the interface to switch to imp
Type ⇒ Bug
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
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.