[Rt-commit] r12792 - in rt/branches/3.8-TESTING: .

sartak at bestpractical.com sartak at bestpractical.com
Mon Jun 2 11:33:41 EDT 2008


Author: sartak
Date: Mon Jun  2 11:33:40 2008
New Revision: 12792

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in

Log:
 r61386 at onn:  sartak | 2008-06-02 11:33:01 -0400
 Fix the dashboard URLs in rt-email-dashboards. Patch by Todd Chapman (#9490)


Modified: rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in
==============================================================================
--- rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in	(original)
+++ rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in	Mon Jun  2 11:33:40 2008
@@ -214,7 +214,7 @@
 
     $HTML::Mason::Commands::session{CurrentUser} = $currentuser;
     my $contents = run_component(
-        '/Prefs/Dashboards/Render.html',
+        '/Dashboards/Render.html',
         id => $dashboard->Id,
     );
 
@@ -226,7 +226,7 @@
 
     $contents = HTML::RewriteAttributes::Links->rewrite(
         $contents,
-        RT->Config->Get('WebURL') . '/Prefs/Dashboards/Render.html',
+        RT->Config->Get('WebURL') . '/Dashboards/Render.html',
     );
 
     send_mail($currentuser, $dashboard, $subscription, $contents);


More information about the Rt-commit mailing list