Commit 4f3d851a13a2a600a8a895d7c97c6285ebc623fb
1 parent
6f973e85
changed to use controllerRedirect
integrated showing a particular section on edit folder git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2219 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php
| @@ -28,7 +28,7 @@ if (checkSession()) { | @@ -28,7 +28,7 @@ if (checkSession()) { | ||
| 28 | if ($oFolderCollaboration->create()) { | 28 | if ($oFolderCollaboration->create()) { |
| 29 | //on successful creation, redirect to the folder edit page | 29 | //on successful creation, redirect to the folder edit page |
| 30 | include_once("$default->fileSystemRoot/presentation/Html.inc"); | 30 | include_once("$default->fileSystemRoot/presentation/Html.inc"); |
| 31 | - redirect("$default->rootUrl/control.php?action=editFolder&fFolderID=$fFolderID"); | 31 | + controllerRedirect("editFolder", "fFolderID=$fFolderID&fShowSection=folderRouting"); |
| 32 | } else { | 32 | } else { |
| 33 | //otherwise display an error message | 33 | //otherwise display an error message |
| 34 | include_once("$default->fileSystemRoot/lib/visualpatterns/PatternListBox.inc"); | 34 | include_once("$default->fileSystemRoot/lib/visualpatterns/PatternListBox.inc"); |