Commit 088cfbc5 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Bug 223473: Query not resubmitted after changing columns; r=justdave; a=justdave.

parent 12821823
......@@ -102,8 +102,9 @@ if (defined $::FORM{'rememberedquery'}) {
-value => $::FORM{'splitheader'},
-expires => 'Fri, 01-Jan-2038 00:00:00 GMT');
print $cgi->redirect("buglist.cgi?$::FORM{'rememberedquery'}");
$vars->{'message'} = "change_columns";
$vars->{'redirect_url'} = "buglist.cgi?$::FORM{'rememberedquery'}";
print $cgi->redirect($vars->{'redirect_url'});
$template->process("global/message.html.tmpl", $vars)
|| ThrowTemplateError($template->error());
exit;
......
......@@ -61,6 +61,8 @@
[% ELSIF message_tag == "change_columns" %]
[% title = "Change columns" %]
Resubmitting your query with new columns...
Click <a href="[% redirect_url FILTER html %]">here</a>
if the page does not automatically refresh.
[% ELSIF message_tag == "emailold_change_cancelled" %]
[% title = "Cancel Request to Change Email Address" %]
......
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