From: gerv%gerv.net <> Date: Mon, 8 Dec 2003 06:44:24 +0000 (+0000) Subject: Bug 227122 - pie chart link missing from certain tabular reports. Patch by gerv;... X-Git-Tag: bugzilla-2.17.7~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b50564b270e8986078f1851c1a85ca31609af06;p=thirdparty%2Fbugzilla.git Bug 227122 - pie chart link missing from certain tabular reports. Patch by gerv; r=jouni, a=justdave. --- diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 535a8c5035..3d3114d20c 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 %] [% END %]