[Rt-commit] r18966 - in rt/3.8/trunk: share/html/Dashboards/Elements
sartak at bestpractical.com
sartak at bestpractical.com
Fri Mar 27 16:36:47 EDT 2009
Author: sartak
Date: Fri Mar 27 16:36:47 2009
New Revision: 18966
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Dashboards/Elements/ListOfDashboards
Log:
r81619 at onn: sartak | 2009-03-27 16:36:38 -0400
Add a callback for munging the list of dashboards
Modified: rt/3.8/trunk/share/html/Dashboards/Elements/ListOfDashboards
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Elements/ListOfDashboards (original)
+++ rt/3.8/trunk/share/html/Dashboards/Elements/ListOfDashboards Fri Mar 27 16:36:47 2009
@@ -13,5 +13,7 @@
keys %{ $dashboard_map->{group} || {} },
);
+$m->callback(%ARGS, dashboards => \@dashboards, CallbackName => 'ModifyDashboards');
+
return @dashboards;
</%init>
More information about the Rt-commit
mailing list