Summary | Folder search is not working |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/20/2012 (4733 days ago) |
Due | |
Updated | 08/29/2012 (4693 days ago) |
Assigned | 07/22/2012 (4731 days ago) |
Resolved | 07/24/2012 (4729 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 3786153657a6662b9224f5d87154cc8c94ca0bfc
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 15:11:34 2012 -0600
Fix various folder actions that were broken during the UI conversion
Abstract out mailbox detection so it will be easy to change this again
when we revert back to lists for sidebar.
Fixes
Bug #11293Fixes
Bug #11295imp/js/dimpbase.js | 37 +++++++++++++++++++++----------------
1 files changed, 21 insertions(+), 16 deletions(-)
http://git.horde.org/horde-git/-/commit/3786153657a6662b9224f5d87154cc8c94ca0bfc
commit 3786153657a6662b9224f5d87154cc8c94ca0bfc
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 15:11:34 2012 -0600
Fix various folder actions that were broken during the UI conversion
Abstract out mailbox detection so it will be easy to change this again
when we revert back to lists for sidebar.
Fixes
Bug #11293Fixes
Bug #11295imp/js/dimpbase.js | 37 +++++++++++++++++++++----------------
1 files changed, 21 insertions(+), 16 deletions(-)
http://git.horde.org/horde-git/-/commit/3786153657a6662b9224f5d87154cc8c94ca0bfc
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Folder search is not working
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
If you right click on a folder and select "Search", it should load the
search screen in an iframe.
Currently nothing happens.
Thomas