[Rt-commit] r14086 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Mon Jul 14 15:43:23 EDT 2008
Author: sartak
Date: Mon Jul 14 15:43:01 2008
New Revision: 14086
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Dashboards/dhandler
Log:
r64233 at onn: sartak | 2008-07-14 15:42:35 -0400
Don't abort in Dashboards/dhandler, it hides the footer in dashboard renders
Modified: rt/3.8/trunk/share/html/Dashboards/dhandler
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/dhandler (original)
+++ rt/3.8/trunk/share/html/Dashboards/dhandler Mon Jul 14 15:43:01 2008
@@ -48,7 +48,6 @@
<%INIT>
if ($m->dhandler_arg =~ /^(\d+)/) {
$m->comp('/Dashboards/Render.html', id => $1, %ARGS);
- $m->abort;
}
else {
$m->decline;
More information about the Rt-commit
mailing list