Author: david
Date: Thu Dec  3 10:22:16 2009
New Revision: 4046

Log:
Redirect to function/show page after submitting edit form.

Modified:
   trunk/apps/qubit/modules/function/actions/editAction.class.php

Modified: trunk/apps/qubit/modules/function/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/function/actions/editAction.class.php      Thu Dec 
 3 07:47:45 2009        (r4045)
+++ trunk/apps/qubit/modules/function/actions/editAction.class.php      Thu Dec 
 3 10:22:16 2009        (r4046)
@@ -363,7 +363,7 @@
       {
         $this->processForm();
 
-        $this->redirect(array('module' => 'function', 'action' => 'edit', 'id' 
=> $this->func->id));
+        $this->redirect(array('module' => 'function', 'action' => 'show', 'id' 
=> $this->func->id));
       }
     }
   }

--

You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.


Reply via email to