diff options
author | jocuri%softhome.net <> | 2004-11-05 18:22:26 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-11-05 18:22:26 +0100 |
commit | 13143eae683102d68ceea369638998b3e72a95fa (patch) | |
tree | f30755ce6319da30860f6688b47fb4d7633b4d11 /report.cgi | |
parent | 05f7fa76272c7ac52d4d0df57b5787a04851a6ca (diff) | |
download | bugzilla-13143eae683102d68ceea369638998b3e72a95fa.tar.gz bugzilla-13143eae683102d68ceea369638998b3e72a95fa.tar.xz |
Patch for bug 262182: editing a buglist from a tabular report shouldn't go to a wrong page; patch by Gervase Markham <gerv@mozilla.org>; r=rsiklos, a=justdave.
Diffstat (limited to 'report.cgi')
-rwxr-xr-x | report.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report.cgi b/report.cgi index 63a87d0e4..42dc390cb 100755 --- a/report.cgi +++ b/report.cgi @@ -274,7 +274,7 @@ if ($action eq "wrap") { # URLs in the HTML. $vars->{'buglistbase'} = $cgi->canonicalise_query( "x_axis_field", "y_axis_field", "z_axis_field", - "ctype", "format", @axis_fields); + "ctype", "format", "query_format", @axis_fields); $vars->{'imagebase'} = $cgi->canonicalise_query( $tbl_field, "action", "ctype", "format", "width", "height"); $vars->{'switchbase'} = $cgi->canonicalise_query( |