зеркало из https://github.com/mozilla/pjs.git
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.
This commit is contained in:
Родитель
4407535b04
Коммит
84ec67b3d6
|
@ -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(
|
||||
|
|
Загрузка…
Ссылка в новой задаче