Closed
Bug 946786
Opened 11 years ago
Closed 11 years ago
supersearch followup filtering links broken on middle-click
Categories
(Socorro :: Webapp, task, P3)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
69
People
(Reporter: benjamin, Assigned: adrian)
Details
(Whiteboard: [qa+])
I often want to do a supersearch and then open new tabs which limit the search by facets. Clicking the link works, but middle-clicking it doesn't seem to limit the search by the new term.
STR:
* Go to https://crash-stats.mozilla.com/search/?signature=%3Dmozalloc_abort%28char+const*+const%29+|+NS_DebugBreak+|+nsSupportsStringImpl%3A%3ASetData%28nsAString_internal+const%26%29&_facets=signature&_facets=version&_facets=release_channel&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform
** "signature" "is" "mozalloc_abort(char const* const) | NS_DebugBreak | nsSupportsStringImpl::SetData(nsAString_internal const&)"
** facet on "version" "release channel"
* Choose the release-channel facet tab
* middle-click the "nightly" link
Expected:
A new tab opens which shows me this query with "release channel" == "nightly"
Actual:
A new tab opens which shows me the original query with no new limiters
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → adrian
OS: Linux → All
Priority: -- → P3
Hardware: x86_64 → All
Assignee | ||
Comment 1•11 years ago
|
||
Pull request: https://github.com/mozilla/socorro/pull/1722
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/f06ac8c63e3dde82ff05f140e78ded8c1d416813
Fixes bug 946786 - [Super Search] Links on terms lead to the same search with the new parameter added. r=peterbe
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 69
Updated•11 years ago
|
Whiteboard: [qa+]
You need to log in
before you can comment on or make changes to this bug.
Description
•