Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
088cfbc5
Commit
088cfbc5
authored
Nov 14, 2003
by
jocuri%softhome.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 223473: Query not resubmitted after changing columns; r=justdave; a=justdave.
parent
12821823
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
colchange.cgi
colchange.cgi
+2
-1
messages.html.tmpl
template/en/default/global/messages.html.tmpl
+2
-0
No files found.
colchange.cgi
View file @
088cfbc5
...
@@ -102,8 +102,9 @@ if (defined $::FORM{'rememberedquery'}) {
...
@@ -102,8 +102,9 @@ if (defined $::FORM{'rememberedquery'}) {
-
value
=>
$::FORM
{
'splitheader'
},
-
value
=>
$::FORM
{
'splitheader'
},
-
expires
=>
'Fri, 01-Jan-2038 00:00:00 GMT'
);
-
expires
=>
'Fri, 01-Jan-2038 00:00:00 GMT'
);
print
$cgi
->
redirect
(
"buglist.cgi?$::FORM{'rememberedquery'}"
);
$vars
->
{
'message'
}
=
"change_columns"
;
$vars
->
{
'message'
}
=
"change_columns"
;
$vars
->
{
'redirect_url'
}
=
"buglist.cgi?$::FORM{'rememberedquery'}"
;
print
$cgi
->
redirect
(
$vars
->
{
'redirect_url'
});
$template
->
process
(
"global/message.html.tmpl"
,
$vars
)
$template
->
process
(
"global/message.html.tmpl"
,
$vars
)
||
ThrowTemplateError
(
$template
->
error
());
||
ThrowTemplateError
(
$template
->
error
());
exit
;
exit
;
...
...
template/en/default/global/messages.html.tmpl
View file @
088cfbc5
...
@@ -61,6 +61,8 @@
...
@@ -61,6 +61,8 @@
[% ELSIF message_tag == "change_columns" %]
[% ELSIF message_tag == "change_columns" %]
[% title = "Change columns" %]
[% title = "Change columns" %]
Resubmitting your query with new 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" %]
[% ELSIF message_tag == "emailold_change_cancelled" %]
[% title = "Cancel Request to Change Email Address" %]
[% title = "Cancel Request to Change Email Address" %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment