http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10096 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |mtj@kohaaloha.com --- Comment #8 from Mason James <mtj@kohaaloha.com> --- (In reply to comment #7)
Created attachment 18108 [details] [review] Bug 10096 [DB Follow-up] - Add a Z39.50 interface for authority searching
This patch adds the "recordtype" column to the "z3950servers" table.
The value in this column (biblio or authority) then controls whether the z3950 server shows up in a bibliographic search (through the Acq and Cataloguing modules) or in an authority search (through the Authorities module).
I also edited the z3950 management console to show this value and allow users to edit it. The default value is "biblio", since the vast majority of z3950 targets will be bibliographic. However, there is an option to add/edit a z3950 target as a source of authority records.
Test Plan:
1) Apply both patches
hmm, the 2nd patch does not apply to master (b74ac4a) ------------------------------------------- head$ git reset --hard origin/master HEAD is now at b74ac4a Bug 10307 - z39.50 server search tab shows z390.50 mason@xen1:~/g/head$ git bz attach 10096 Bug 10096 - Add a Z39.50 interface for authority searching (2) Apply? [yn] y Applying: Bug 10096 - Add a Z39.50 interface for authority searching Bug 10096 [DB Follow-up] - Add a Z39.50 interface for authority searching Apply? [yn] y Applying: Bug 10096 [FOLLOW-UP] - Add a z39.50 interface for authority searching fatal: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 10096 [FOLLOW-UP] - Add a z39.50 interface for authority searching ------------------------------------------- -- You are receiving this mail because: You are watching all bug changes.