Bug 5305

Summary: Resorting results of CCL queries fails in Staff Client
Product: Koha Reporter: Jared Camins-Esakov <jcamins>
Component: Staff interfaceAssignee: Paul Poulain <paul.poulain>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: PATCH-Sent (DO NOT USE) CC: chris, gmcharlt, jwagner, wizzyrea
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Proposed patch
Signed off patch

Description Jared Camins-Esakov 2010-10-14 14:37:19 UTC
If you do a CCL query in the Staff Client and then try to change the sorting of the results, you will be redirected back to the Advanced Search page because of a malformed query URL. For some reason the "q=" is getting URL escaped. This problem does not appear with non-CCL queries.
Comment 1 Liz Rea 2011-03-30 16:26:16 UTC Comment hidden (obsolete)
Comment 2 Liz Rea 2011-03-30 16:27:02 UTC
Comment on attachment 3534 [details]
Proposed patch

wrong bug!
Comment 3 Liz Rea 2011-03-30 16:34:54 UTC
Created attachment 3536 [details]
Signed off patch
Comment 4 Chris Cormack 2011-03-31 08:23:39 UTC
Pushed, please test
Comment 5 Jared Camins-Esakov 2011-07-08 14:45:49 UTC
Seems to be working now. Closing.