Closed
Bug 316424
Opened 20 years ago
Closed 11 years ago
Links involving votes in tabular reports do not return the correct buglists
Categories
(Bugzilla :: Reporting/Charting, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: timeless, Unassigned)
References
()
Details
steps:
1. run this chart:
https://bugzilla.mozilla.org/report.cgi?x_axis_field=&y_axis_field=votes&z_axis_field=&query_format=report-table&product=Core&resolution=---&format=table&action=wrap
(basically product Core, resolution: ---, y-axis: votes, format: table)
2. find the line:
100 1
3. click the link in that second column of that line (currently a 1)
expected results:
to me, that 1 implies that when i click it, i'll get precisely one bug, and that one bug will have precisely 100 votes.
actual results:
43 bugs found.
if you're not baffled, then you're very clever.
reason:
bugzilla is incapable of providing a query that restricts the maximum number of votes, so the link is to a similar but totally different query 'find all votes with at least 100 bugs'.
Comment 1•20 years ago
|
||
Ah, you asking to correct this so that the link to points to a query that returns bugs that have exactly the specified amount of votes. So either we fix bug 316422 or change the query link to use boolean charts.
Updated•17 years ago
|
Assignee: gerv → charting
Comment 2•11 years ago
|
||
This problem has been fixed in Bugzilla 4.2.
Status: NEW → RESOLVED
Closed: 11 years ago
No longer depends on: 316422
OS: Windows XP → All
Hardware: x86 → All
Resolution: --- → FIXED
Summary: Links to the right of vote count do something highly illogical → Links involving votes in tabular reports do not return the correct buglists
Target Milestone: --- → Bugzilla 4.2
You need to log in
before you can comment on or make changes to this bug.
Description
•