Commit 13143eae authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 262182: editing a buglist from a tabular report shouldn't go to a…

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.
parent 05f7fa76
...@@ -274,7 +274,7 @@ if ($action eq "wrap") { ...@@ -274,7 +274,7 @@ if ($action eq "wrap") {
# URLs in the HTML. # URLs in the HTML.
$vars->{'buglistbase'} = $cgi->canonicalise_query( $vars->{'buglistbase'} = $cgi->canonicalise_query(
"x_axis_field", "y_axis_field", "z_axis_field", "x_axis_field", "y_axis_field", "z_axis_field",
"ctype", "format", @axis_fields); "ctype", "format", "query_format", @axis_fields);
$vars->{'imagebase'} = $cgi->canonicalise_query( $vars->{'imagebase'} = $cgi->canonicalise_query(
$tbl_field, "action", "ctype", "format", "width", "height"); $tbl_field, "action", "ctype", "format", "width", "height");
$vars->{'switchbase'} = $cgi->canonicalise_query( $vars->{'switchbase'} = $cgi->canonicalise_query(
......
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