Closed Bug 213577 Opened 21 years ago Closed 21 years ago

New reporting imports old series with wrong status query

Categories

(Bugzilla :: Reporting/Charting, defect)

defect
Not set
major

Tracking

()

RESOLVED FIXED
Bugzilla 2.18

People

(Reporter: jussi, Assigned: gerv)

References

Details

Attachments

(1 file)

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:
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)
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
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+
Requesting approval. 

Gerv
Flags: approval?
Flags: approval? → approval+
Blocks: bz-2.17.5
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
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: