[freeside-commits] branch master updated. d2df919ea5209bf075bec446be9cacf970dd0f37
Mark Wells
mark at 420.am
Tue Feb 24 23:55:49 PST 2015
The branch, master has been updated
via d2df919ea5209bf075bec446be9cacf970dd0f37 (commit)
from 4f0250a76508176cdf5336c199c883a3912f5274 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d2df919ea5209bf075bec446be9cacf970dd0f37
Author: Mark Wells <mark at freeside.biz>
Date: Tue Feb 24 23:55:42 2015 -0800
also make dashboard edit links visible, #30905
diff --git a/rt/share/html/Dashboards/dhandler b/rt/share/html/Dashboards/dhandler
index 744d201..ecdbebb 100644
--- a/rt/share/html/Dashboards/dhandler
+++ b/rt/share/html/Dashboards/dhandler
@@ -47,7 +47,7 @@
%# END BPS TAGGED BLOCK }}}
<%INIT>
if ($m->dhandler_arg =~ /^(\d+)/) {
- $m->comp('/Dashboards/Render.html', id => $1, %ARGS);
+ $m->subexec('/Dashboards/Render.html', id => $1, %ARGS);
}
else {
$m->decline;
-----------------------------------------------------------------------
Summary of changes:
rt/share/html/Dashboards/dhandler | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list