Closed
Bug 213577
Opened 22 years ago
Closed 21 years ago
New reporting imports old series with wrong status query
Categories
(Bugzilla :: Reporting/Charting, defect)
Bugzilla
Reporting/Charting
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: jussi, Assigned: gerv)
References
Details
Attachments
(1 file)
708 bytes,
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 New reporting imports old series with wrong status query. The queries are added with status= instead of bug_status=. Line 3615 from checksetup.pl: $queries{$_} = ($query_prod . "status=$_") foreach (@statuses); which should propably be: $queries{$_} = ($query_prod . "bug_status=$_") foreach (@statuses); Reproducible: Always Steps to Reproduce:
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Comment on attachment 128349 [details] [diff] [review] Add bug_ to status query Pretty simple but I did not have a good place to test this.
Attachment #128349 -
Flags: review?(gerv)
Assignee | ||
Comment 3•22 years ago
|
||
Good catch. I may not have time to fix this immediately, though. Gerv
Assignee: zach → gerv
Severity: normal → major
Status: UNCONFIRMED → NEW
Component: Installation & Upgrading → Reporting/Charting
Ever confirmed: true
Target Milestone: --- → Bugzilla 2.18
Assignee | ||
Comment 4•21 years ago
|
||
Comment on attachment 128349 [details] [diff] [review] Add bug_ to status query r=gerv. Dumb bug; good catch. Gerv
Attachment #128349 -
Flags: review?(gerv) → review+
Updated•21 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 6•21 years ago
|
||
Fixed. Thanks, Jussi. :-) Checking in checksetup.pl; /cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl new revision: 1.245; previous revision: 1.244 done Gerv
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•