[Rt-commit] rt branch, 4.0/saved-chart-show-chart-only, repushed
? sunnavy
sunnavy at bestpractical.com
Wed Nov 12 18:35:23 EST 2014
The branch 4.0/saved-chart-show-chart-only was deleted and repushed:
was d775cfbaf9b0254b9406e4e04f480eb5f01b7bc2
now 61796c4f652aee4763b856f4488613cec48d0a0c
1: d775cfb ! 1: 61796c4 "pie only" and "bar only" chart styles to hide query and table
@@ -60,7 +60,7 @@
<img src="<%RT->Config->Get('WebPath')%>/Search/Chart?<%$query_string|n%>" />
% }
</span>
-+% if ( $ChartStyle !~ / only$/ ) {
++% if ( !$ChartStyle || $ChartStyle !~ / only$/ ) {
<table class="collection-as-table chart">
<tr>
<th class="collection-as-table"><% loc($tix->Label($PrimaryGroupBy)) %>
More information about the rt-commit
mailing list