From 68482207599716c68cc0b77eaced313cb8823f72 Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Mon, 13 Oct 2008 10:14:47 +0000 Subject: [PATCH] KTS-3780 "When cancelling / returning from a bulk action in the tag cloud search the user is taken to the browse page" Fixed. Added the default option for building the return url - uses returnaction as the full url. --- lib/actions/bulkaction.php | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/actions/bulkaction.php b/lib/actions/bulkaction.php index c3575cc..e3447c2 100644 --- a/lib/actions/bulkaction.php +++ b/lib/actions/bulkaction.php @@ -494,6 +494,9 @@ class KTBulkAction extends KTStandardDispatcher { $sTargetUrl = KTBrowseUtil::getSearchResultURL(); $sAction = 'refresh'; break; + default: + $sTargetUrl = $sReturnAction; + $sAction = ''; } $oForm = new KTForm; -- libgit2 0.21.4