Summary | Changing sort order break searches |
Queue | IMP |
Queue Version | 5.0.23 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 03/27/2012 (4863 days ago) |
Due | |
Updated | 08/24/2012 (4713 days ago) |
Assigned | 05/01/2012 (4828 days ago) |
Resolved | 08/24/2012 (4713 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from Jan Schneider
State ⇒ Resolved
Version ⇒ 5.0.23
commit 13c0cb35374536140696adf3abb93e5155fa0392
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 23 19:44:06 2012 -0600
[mms] Fix changing sort order in dynamic search mailboxes (
Bug #11108).imp/docs/CHANGES | 1 +
imp/js/dimpbase.js | 28 +++++++++++++++++++---------
imp/package.xml | 2 ++
3 files changed, 22 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/13c0cb35374536140696adf3abb93e5155fa0392
handler) specifically has code to not hide the searchbar if we are
currently in a search mailbox:
if (!this.isSearch()) {
this.showSearchbar(false);
}
Assigned to Jan Schneider
State ⇒ Feedback
handler) specifically has code to not hide the searchbar if we are
currently in a search mailbox:
if (!this.isSearch()) {
this.showSearchbar(false);
}
dimpbase.php line 775. It's fired from viewport's _fetchBufferDo()
line 623.
State ⇒ Feedback
Virtual Inbox.
Patch ⇒ No
State ⇒ Assigned
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Changing sort order break searches
Type ⇒ Bug
Priority ⇒ 1. Low
order is not used, but instead the "search bar" disappears.