[Rt-commit] rt branch, 4.2/search-chart-callback, created. rt-4.2.12-139-g4e7e652
Dustin Graves
dustin at bestpractical.com
Fri Jun 24 14:08:05 EDT 2016
The branch, 4.2/search-chart-callback has been created
at 4e7e6522f946518c570956af66eb3e4dc8372a42 (commit)
- Log -----------------------------------------------------------------
commit 4e7e6522f946518c570956af66eb3e4dc8372a42
Author: Dustin Graves <dustin at bestpractical.com>
Date: Fri Jun 24 18:07:53 2016 +0000
add AfterChartTable callback to Search/Elements/Chart
diff --git a/share/html/Search/Elements/Chart b/share/html/Search/Elements/Chart
index 74dc8ce..db1bc29 100644
--- a/share/html/Search/Elements/Chart
+++ b/share/html/Search/Elements/Chart
@@ -84,6 +84,8 @@ my $query_string = $m->comp('/Elements/QueryString', %ARGS, GroupBy => \@GroupBy
<& ChartTable, %ARGS, Table => { $report->FormatTable( %columns ) } &>
% }
+% $m->callback( CallbackName => 'AfterChartTable', ARGSRef => \%ARGS );
+
% if ( ($ChartStyle || '') =~ /\bsql\b/ ) {
<div class="query"><span class="label"><% loc('Query') %>:</span><span class="value"><% $Query %></span></div>
% }
-----------------------------------------------------------------------
More information about the rt-commit
mailing list