[Rt-commit] rt branch, 4.2/chart-ui-gc-settings, repushed
Wallace Reis
wreis at bestpractical.com
Sat Apr 26 09:14:59 EDT 2014
The branch 4.2/chart-ui-gc-settings was deleted and repushed:
was e4520a02caab7173d2824f02c0326ff2ca6ab0ef
now e2c63a18aed1379f5cdde818690956a70c5174c3
1: 2fef6eb ! 1: e2c63a1 Issues#29015 - Saved chart should load settings
@@ -21,7 +21,7 @@
%# END BPS TAGGED BLOCK }}}
-<%args>
- at GroupBy => 'Status'
--$ChartStyle => 'bars'
+-$ChartStyle => 'bar'
- at ChartFunction => ('COUNT')
-$Description => undef
-$Width => undef
@@ -31,7 +31,7 @@
+my $default_value = {
+ Query => 'id > 0',
+ GroupBy => ['Status'],
-+ ChartStyle => ['bars'],
++ ChartStyle => ['bar'],
+ ChartFunction => ['COUNT'],
+};
+
@@ -141,4 +141,3 @@
</span>
</&>
<script type="text/javascript">
-
2: e4520a0 < -: ------- Correct ChartStyle value is 'bar'
More information about the rt-commit
mailing list