Summary | Reloading after turning of dynamic mode doesn't work |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 04/26/2011 (5156 days ago) |
Due | |
Updated | 11/22/2011 (4946 days ago) |
Assigned | 11/22/2011 (4946 days ago) |
Resolved | 11/22/2011 (4946 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Feedback
mode, the next time you try to access IMP traditional mode is loaded.
There is no reason to change the *preferences* mode from dynamic ->
traditional after changing the value.
clicking on a mailbox name in the sidebar loads the traditional
mailbox.php for me.
checked in IMP_Application::_init(). But that methods isn't called if
the the application has been initialized already earlier. And that
happens during the notification callbacks. initParms is not set with
impmode, or any args for that matter, because this only happens
*after* constructing the Registry in appInit(). But the notification
callbacks happen *inside* the constructor.
Priority ⇒ 1. Low
clicking on a mailbox name in the sidebar loads the traditional
mailbox.php for me.
When switching from Traditional -> Dynamic, nothing happens until I
try to click on a message and then the dynamic view is loaded. So
that should be fixed somehow.
Although I would rather have NONE of this happen until after logout
anyway. In other words, the view type should be cached in the session.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Reloading after turning of dynamic mode doesn't work
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
interface, the page is reloaded as usual, but index-dimp.php is still
being loaded and sticks with the "Loading..." message.