Commit c707becf authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 213577 - New reporting imports old series with wrong status query. Patch by…

Bug 213577 - New reporting imports old series with wrong status query. Patch by jussi@comlink.fi; r=gerv, a=justdave.
parent 3e777873
......@@ -3702,7 +3702,7 @@ if (!$series_exists) {
}
# The query for statuses is different to that for resolutions.
$queries{$_} = ($query_prod . "status=$_") foreach (@statuses);
$queries{$_} = ($query_prod . "bug_status=$_") foreach (@statuses);
$queries{$_} = ($query_prod . "resolution=$_") foreach (@resolutions);
foreach my $field (@fields) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment