summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/report.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-12-08 07:44:24 +0100
committergerv%gerv.net <>2003-12-08 07:44:24 +0100
commit1b50564b270e8986078f1851c1a85ca31609af06 (patch)
tree825d0104b1f7380bd968ff21f8c3d18666b280c3 /template/en/default/reports/report.html.tmpl
parentaa235abb853f0060bf1ba8e834a72c4538530b66 (diff)
downloadbugzilla-1b50564b270e8986078f1851c1a85ca31609af06.tar.gz
bugzilla-1b50564b270e8986078f1851c1a85ca31609af06.tar.xz
Bug 227122 - pie chart link missing from certain tabular reports. Patch by gerv; r=jouni, a=justdave.
Diffstat (limited to 'template/en/default/reports/report.html.tmpl')
-rw-r--r--template/en/default/reports/report.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl
index 535a8c503..3d3114d20 100644
--- a/template/en/default/reports/report.html.tmpl
+++ b/template/en/default/reports/report.html.tmpl
@@ -128,7 +128,7 @@
[% formaturl = "report.cgi?$switchbase&width=$width&height=$height" _
"&action=wrap" %]
[% FOREACH other_format = formats %]
- [% NEXT IF other_format.name == "pie" AND row_field %]
+ [% NEXT IF other_format.name == "pie" AND row_field AND col_field %]
[% UNLESS other_format.name == format %]
<a href="[% formaturl %]&amp;format=[% other_format.name %]">
[% END %]