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
15ca6f2c
Commit
15ca6f2c
authored
May 30, 2004
by
justdave%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 179671: Boolean charts didn't work on the reporting pages.
r=jouni, a=justdave
parent
66984b98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
report.cgi
report.cgi
+1
-1
form.html.tmpl
template/en/default/search/form.html.tmpl
+2
-1
No files found.
report.cgi
View file @
15ca6f2c
...
...
@@ -37,7 +37,7 @@ my $cgi = Bugzilla->cgi;
if
(
grep
(
/^cmd-/
,
$cgi
->
param
()))
{
my
$params
=
$cgi
->
canonicalise_query
(
"format"
,
"ctype"
);
my
$location
=
"query.cgi?format="
.
$cgi
->
param
(
'query_format'
)
.
(
$params
?
"&$params"
:
""
)
.
"\n\n"
;
(
$params
?
"&$params"
:
""
);
print
$cgi
->
redirect
(
$location
);
exit
;
...
...
template/en/default/search/form.html.tmpl
View file @
15ca6f2c
...
...
@@ -332,7 +332,8 @@ function selectProduct(f) {
[% PROCESS "global/field-descs.none.tmpl" %]
[%# If we resubmit to ourselves, we need to know if we are using a format. %]
<input type="hidden" name="query_format" value="[% format FILTER html %]">
[% thisformat = query_format != '' ? query_format : format %]
<input type="hidden" name="query_format" value="[% thisformat FILTER html %]">
[%# *** Summary *** %]
...
...
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