diff options
author | justdave%bugzilla.org <> | 2004-05-30 19:40:16 +0200 |
---|---|---|
committer | justdave%bugzilla.org <> | 2004-05-30 19:40:16 +0200 |
commit | 15ca6f2c2edc03a15adf06374015edbfb0a58ecb (patch) | |
tree | 027397b3651228453e465e625c33ed6b371fb136 /template/en/default/search | |
parent | 66984b98691edbbd4617a351c9a976ad9d6a8f58 (diff) | |
download | bugzilla-15ca6f2c2edc03a15adf06374015edbfb0a58ecb.tar.gz bugzilla-15ca6f2c2edc03a15adf06374015edbfb0a58ecb.tar.xz |
Bug 179671: Boolean charts didn't work on the reporting pages.
r=jouni, a=justdave
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/form.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 015387b11..2fd458148 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -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 *** %] |