| Summary | Missing folder names in "Search Results" tooltip display and Recent Searches select box |
| Queue | IMP |
| Queue Version | 5.0.13 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | jmDS (at) hampshire (dot) edu |
| Created | 10/11/2011 (5143 days ago) |
| Due | |
| Updated | 10/11/2011 (5143 days ago) |
| Assigned | 10/11/2011 (5143 days ago) |
| Resolved | 10/11/2011 (5143 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
returning a list of mailbox names, not mailbox objects.
Bug #10632: subfolders should return list of objects1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/6003a275a62148c8e281e191ea2b96197f0aaa7a
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Missing folder names in "Search Results" tooltip display and Recent Searches select box
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Results' to see the search query used. The part of the text that
should contain the folder(s) the search was performed on is just '[]',
however.
In the error log, I see:
PHP ERROR: Trying to get property of non-object [pid 28976 on line 264
of "/var/www/horde/imp/lib/Search/Query.php"]
Line 264 in /var/www/horde/imp/lib/Search/Query.php is:
$mbox_display[] = $val->display;
but $val is a string, not an object, and the line should be:
$mbox_display[] = $val;
This also shows up in the "Recent Searches" select box, which has '[]'
instead of the relevant search folder(s) being displayed.