Bug 13062

Summary: Cataloging search no longer passes search terms to z39.50 search
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: CatalogingAssignee: Kyle M Hall (khall) <kyle>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: dudzikmichal, m.de.rooy, sandboxes, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 13062 - Cataloging search no longer passes search terms to z39.50 search
Bug 13062 - Cataloging search no longer passes search terms to z39.50 search
Bug 13062 - Cataloging search no longer passes search terms to z39.50 search

Description Kyle M Hall (khall) 2014-10-09 18:12:57 UTC
If you search the catalog and click new from z39.50, your term is put in the search popup. Doing the same thing from the cataloging search no longer works.
Comment 1 Kyle M Hall (khall) 2014-10-09 18:15:43 UTC Comment hidden (obsolete)
Comment 2 PTFS Europe Sandboxes 2014-10-09 19:02:44 UTC
Patch tested with a sandbox, by Veronica Lencinas <verolencinas@yahoo.com.ar>
Comment 3 PTFS Europe Sandboxes 2014-10-09 19:03:03 UTC Comment hidden (obsolete)
Comment 4 Jonathan Druart 2014-10-11 19:39:08 UTC
Created attachment 32261 [details] [review]
Bug 13062 - Cataloging search no longer passes search terms to z39.50 search

If you search the catalog and click new from z39.50, your term is put in
the search popup. Doing the same thing from the cataloging search no
longer works.

Test Plan:
1) Do a cataloging search
2) Click "New from Z39.50/SRU"
3) Note you get a blank search form
4) Apply this patch
5) Repeat steps 1-2
6) Note the search time is now pre-populated

Signed-off-by: Veronica Lencinas <verolencinas@yahoo.com.ar>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 5 Tomás Cohen Arazi (tcohen) 2014-10-15 21:28:47 UTC
Patch pushed to master.

Thanks Kyle!