[Rt-commit] r19470 - rt/3.999/branches/config-in-db/share/html/Admin/Global

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed May 6 14:08:01 EDT 2009


Author: sunnavy
Date: Wed May  6 14:08:01 2009
New Revision: 19470

Modified:
   rt/3.999/branches/config-in-db/share/html/Admin/Global/System.html

Log:
redirect to homepage after system configuration

Modified: rt/3.999/branches/config-in-db/share/html/Admin/Global/System.html
==============================================================================
--- rt/3.999/branches/config-in-db/share/html/Admin/Global/System.html	(original)
+++ rt/3.999/branches/config-in-db/share/html/Admin/Global/System.html	Wed May  6 14:08:01 2009
@@ -62,7 +62,9 @@
 % }
 <% Jifty->web->form->submit( label => _('Save') ) %>
 <% Jifty->web->form->submit( label => _('Save and Restart RT'),
-            submit => [ $config, $restart ],
+            submit => [ $config,
+            { action => $restart, arguments => { url => '/' } },
+            ],
         ) %>
 <% Jifty->web->form->end %>
 % } else {


More information about the Rt-commit mailing list