From 6085dd3e0af7087db97ab4d7884deec3ee34432d Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Mon, 11 Jun 2007 15:27:08 +0000 Subject: [PATCH] "KTS-1780" "On bulk actions that are not 'delete', the user should be in the target directory after the action has completed." Fixed. --- plugins/ktcore/KTBulkActions.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/ktcore/KTBulkActions.php b/plugins/ktcore/KTBulkActions.php index 7c90c48..e5d0821 100644 --- a/plugins/ktcore/KTBulkActions.php +++ b/plugins/ktcore/KTBulkActions.php @@ -231,6 +231,8 @@ class KTBulkMoveAction extends KTBulkAction { $this->sReason = $_REQUEST['data']['reason']; $this->iTargetFolderId = $_REQUEST['data']['fFolderId']; $this->oTargetFolder = Folder::get($this->iTargetFolderId); + $_REQUEST['fReturnData'] = ''; + $_REQUEST['fFolderId'] = $this->iTargetFolderId; // does it exists if(PEAR::isError($this->oTargetFolder)) { -- libgit2 0.21.4