Skip to content
Snippets Groups Projects
Commit 90dc64e6 authored by Tim Steiner's avatar Tim Steiner
Browse files

After saving changes to a request, redirect to the view page, not the home page.

parent 862f1d8f
Branches main
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ class Courses_EditController extends App_Controller_Action ...@@ -193,7 +193,7 @@ class Courses_EditController extends App_Controller_Action
if ($in['submitType'] == 'Save Changes') { if ($in['submitType'] == 'Save Changes') {
$this->_saveRequest(); $this->_saveRequest();
$this->_redirect('/requests'); $this->_redirect('/courses/view/index/id/' . $session->request->getId());
} }
if ($in['submitType'] == 'Submit') { if ($in['submitType'] == 'Submit') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment