Closed
Bug 807164
Opened 13 years ago
Closed 13 years ago
[socorro-crashstats] Links to advanced search is broken with version=ALL on /query
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: adrian, Assigned: adrian)
References
Details
Steps to reproduce
------------------
1. Go to advanced search
2. Select product=Fennec, version=All, then run search
3. Click the advanced search link on top right of the page
4. A 404 is raised, because the link has an invalid version: "Fennec:ALL"
Expected
--------
The link to advanced search does not set the version parameter.
Comment 1•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/da4a2f36badb0cc61644a4edd1b6b1e8571580f1
Fixes bug 807164 - Fixed link to search when version is ALL.
https://github.com/mozilla/socorro-crashstats/commit/ba79c47eadf65270b943dd50303ab0310cf16c40
Merge pull request #266 from AdrianGaudebert/807164-search-link-on-query
Fixes bug 807164 - Fixed link to search when version is ALL.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
Verified FIXED; I get http://crash-stats-new-dev.allizom.org/query/?product=Fennec&version=ALL%3AALL&range_value=1&range_unit=weeks&date=11%2F07%2F2012+21%3A10%3A41&query_search=signature&query_type=contains&query=&reason=&build_id=&process_type=any&hang_type=any, and after clicking on Advanced Search, get http://crash-stats-new-dev.allizom.org/query/?product=Fennec#advanced
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•