Closed
Bug 2052429
Opened 11 days ago
Closed 7 days ago
"Show: Open/Closed/All" selects "All" incorrectly
Categories
(bugzilla.mozilla.org :: Search, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: xavier.lhour)
Details
Attachments
(2 files)
STR:
- Perform a search for open bugs (this URL is via Advanced Search): https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&classification=Developer%20Infrastructure&classification=Components&classification=Server%20Software&classification=Other&resolution=---&query_format=advanced&list_id=18031451&short_desc_type=allwordssubstr&product=DevTools&short_desc=overflow
Expected Outcome:
- As the query is filtering on open bugs, "Open" should be selected
Actual Outcome:
- "All" is incorrectly selected
Comment 1•10 days ago
|
||
We need to treat "resolution=---" as the same as "bug_status=open".
Assignee: nobody → xavier.lhour
Status: NEW → ASSIGNED
Comment 2•8 days ago
|
||
| Assignee | ||
Comment 3•8 days ago
|
||
Modified to add a resolution-based fallback, used only when bug_status doesn't already pin down open/closed/all:
resolution=---only → Open- one or more real resolutions, no
---→ Closed - mix of
---and real resolutions, or no resolution filter → All (unchanged)
Comment 4•7 days ago
|
||
Authored by https://github.com/Xzzz
https://github.com/mozilla-bteam/bmo/commit/cec0095f3cb5df312011c0acdc8f99cd93986e4c
[master] Bug 2052429 - Show: Open/Closed/All selects All incorrectly
Status: ASSIGNED → RESOLVED
Closed: 7 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•