diff options
author | gerv%gerv.net <> | 2003-12-08 07:44:24 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2003-12-08 07:44:24 +0100 |
commit | 1b50564b270e8986078f1851c1a85ca31609af06 (patch) | |
tree | 825d0104b1f7380bd968ff21f8c3d18666b280c3 | |
parent | aa235abb853f0060bf1ba8e834a72c4538530b66 (diff) | |
download | bugzilla-1b50564b270e8986078f1851c1a85ca31609af06.tar.gz bugzilla-1b50564b270e8986078f1851c1a85ca31609af06.tar.xz |
Bug 227122 - pie chart link missing from certain tabular reports. Patch by gerv; r=jouni, a=justdave.
-rw-r--r-- | template/en/default/reports/report.html.tmpl | 2 |
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 %]&format=[% other_format.name %]"> [% END %] |