Summary: | Not possible to add new z39.50 servers | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Z39.50 / SRU / OpenSearch Servers | Assignee: | Adrien SAURAT <adrien.saurat> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | adrien.saurat, chris, paul.poulain |
Version: | 3.8 | ||
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 #1
[SIGNED-OFF] Bug 7778: fixes creation of a new server |
Description
Katrin Fischer
2012-03-21 11:29:09 UTC
Created attachment 8417 [details] [review] proposed patch #1 Allows creation of a new server + "use warnings" now enabled and logs cleaned Created attachment 8429 [details] [review] [SIGNED-OFF] Bug 7778: fixes creation of a new server It is now possible to add a new server The page also now complies with the bug 2505 request (use warnings has been added, and variables declarations corrected to prevent warnings) Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works perfectly, tested adding, editing and deleting z39.50 servers. Better handles several default cases, and makes the DB query syntax much easier to read and understand. Good fix, marking as Passed QA. This patch also improves code quality => great job katrin ! (assigned to 3.6 but not sure the problem exist here: it would be surprising that no-one spotted it before !) Paul, it was not me, but Adrien :) He fixed it fast and made the code better :) |