[freeside-commits] branch FREESIDE_3_BRANCH updated. c970d811e919a5bb41c2a30876d9b13d69e5c9c1
Mark Wells
mark at 420.am
Tue Feb 24 23:55:48 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via c970d811e919a5bb41c2a30876d9b13d69e5c9c1 (commit)
from 742c6070eff7d8f3cce6901ba25c2665b9ddd938 (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 c970d811e919a5bb41c2a30876d9b13d69e5c9c1
Author: Mark Wells <mark at freeside.biz>
Date: Tue Feb 24 23:55:28 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