Bug 13062 - Cataloging search no longer passes search terms to z39.50 search
Summary: Cataloging search no longer passes search terms to z39.50 search
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Kyle M Hall
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-09 18:12 UTC by Kyle M Hall
Modified: 2016-08-25 10:17 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 13062 - Cataloging search no longer passes search terms to z39.50 search (1.45 KB, patch)
2014-10-09 18:15 UTC, Kyle M Hall
Details | Diff | Splinter Review
Bug 13062 - Cataloging search no longer passes search terms to z39.50 search (1.52 KB, patch)
2014-10-09 19:03 UTC, PTFS Europe Sandboxes
Details | Diff | Splinter Review
Bug 13062 - Cataloging search no longer passes search terms to z39.50 search (1.58 KB, patch)
2014-10-11 19:39 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 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 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 2014-10-15 21:28:47 UTC
Patch pushed to master.

Thanks Kyle!