Bug 10155

Summary: Patron search should remember search options selected
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: PatronsAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P5 - low CC: gmcharlt, jonathan.druart, kyle.m.hall, oleonard, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9811
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 10155: Patron search should remember search type options selected
[SIGNED OFF] Bug 10155: Patron search should remember search type options selected
[PASSED QA] Bug 10155: Patron search should remember search type options selected

Description Katrin Fischer 2013-04-29 21:08:37 UTC
In patron search Student and library options keep the selected values after sending the search, but Search fields, Search type and Order by revert to default.
Comment 1 Owen Leonard 2013-04-29 22:21:57 UTC
*** Bug 5129 has been marked as a duplicate of this bug. ***
Comment 2 Katrin Fischer 2014-07-12 14:24:46 UTC
Search type at the top still reverts to the default.
Comment 3 Jonathan Druart 2014-07-15 08:31:00 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2014-07-20 21:21:53 UTC Comment hidden (obsolete)
Comment 5 Kyle M Hall 2014-07-25 14:14:50 UTC
Created attachment 30113 [details] [review]
[PASSED QA] Bug 10155: Patron search should remember search type options selected

The search type reset to the default.

Test plan:
1/ go on the patrons home page
2/ Launch a search in the header and select the second value for "search
type" ("contains").
3/ Verify the search type is set to "contains" on the results page.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 6 Tomás Cohen Arazi 2014-07-30 17:25:50 UTC
Patch pushed to master.

Thanks Jonathan!