Commit 1b50564b authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 227122 - pie chart link missing from certain tabular reports. Patch by gerv;…

Bug 227122 - pie chart link missing from certain tabular reports. Patch by gerv; r=jouni, a=justdave.
parent aa235abb
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment