Summary: | Add some error handling to Acquisitions' Z39.50 search to match Cataloging's | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Z39.50 / SRU / OpenSearch Servers | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | P3 | CC: | chris, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/acqui/z3950_search.pl | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed fix
Fix for Bug 7148 - Add some error handling to Acquisitions' Z39.50 search to match Cataloging's |
Description
Owen Leonard
2011-11-03 14:03:23 UTC
Created attachment 6165 [details] [review] Proposed fix - Copying over error handling for timeout(10007) and refused(10000) - Copying over error handling for submission with no targets chosen - Correcting "cancel" link in the template which was not modified when it was copied from cataloging's popup window template. Created attachment 6860 [details] [review] Fix for Bug 7148 - Add some error handling to Acquisitions' Z39.50 search to match Cataloging's - Copying over error handling for timeout(10007) and refused(10000) - Copying over error handling for submission with no targets chosen - Correcting "cancel" link in the template which was not modified when it was copied from cataloging's popup window template. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> QA comment * also include some code cleaning (removing dead lines, adding $DEBUG and warn instead of unconditionnal warns, +1 passed QA. this is at the frontier of ENH and bugfix, so assigning to 3.6, chris_n it's worth including it in 3.6 This fix was included in the 3.6.x branch prior to 3.6.4. |