Summary: | Z39.50 Authority search result not displaying server name | ||
---|---|---|---|
Product: | Koha | Reporter: | Blou <philippe.blouin> |
Component: | Cataloging | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | aleisha, anthony.laquerre, eric.begin, francois.charbonnier, m.de.rooy, marjorie.barry-vila, 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 13987 - Fix server name in z39.50 authority search results
[SIGNED OFF] Bug 13987 - Fix server name in z39.50 authority search results kkk [PASSED QA] Bug 13987 - Fix server name in z39.50 authority search results |
Description
Blou
2015-04-13 18:49:16 UTC
Created attachment 37778 [details] [review] Bug 13987 - Fix server name in z39.50 authority search results When doing an Auth search through z3950, the resulting table has the first column (servers name) always empty. TEST 1) once logged into the intranet, go to Authorities. 2) Click New from z39.50, fill appropriatly for a successful search. 3) Acknowledge first column is empty. Always. 4) Apply the (very simple) patch. 5) Do another search, validate column is not empty anymore. Sponsored by : CCSR Patch applied cleanly but server column remains empty? Could just be me testing it wrong so will leave for someone else to test. I revalidated. The patches does fix the problem for me. Created attachment 37931 [details] [review] [SIGNED OFF] Bug 13987 - Fix server name in z39.50 authority search results When doing an Auth search through z3950, the resulting table has the first column (servers name) always empty. TEST 1) once logged into the intranet, go to Authorities. 2) Click New from z39.50, fill appropriatly for a successful search. 3) Acknowledge first column is empty. Always. 4) Apply the (very simple) patch. 5) Do another search, validate column is not empty anymore. Signed-off-by: Nick Clemens <nick@quecheelibrary.org> Created attachment 37933 [details] [review] kkk Created attachment 37934 [details] [review] [PASSED QA] Bug 13987 - Fix server name in z39.50 authority search results When doing an Auth search through z3950, the resulting table has the first column (servers name) always empty. TEST 1) once logged into the intranet, go to Authorities. 2) Click New from z39.50, fill appropriatly for a successful search. 3) Acknowledge first column is empty. Always. 4) Apply the (very simple) patch. 5) Do another search, validate column is not empty anymore. Signed-off-by: Nick Clemens <nick@quecheelibrary.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> (In reply to Blou from comment #2) > Sponsored by : CCSR Hi Blou, if you want this to go into the release notes, please put it in the commit message - one commit with the line will be enough for it to work: http://wiki.koha-community.org/wiki/Commit_messages#Sponsor_line Patch pushed to master. Thanks Blou! |