[Koha-bugs] [Bug 6681] When importing a biblio record via Z39.50, authority links and items also get imported

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 27 15:34:25 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |tomascohen at gmail.com

--- Comment #17 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
I'm not sure about the approach. Comments:

1) We should fix Koha's public server configuration so that it doesn't share
information we don't want it to. Maybe applying an XSLT transformation.

2) We still might use Z39.50 targets that give us wrong data in their records
(not Koha servers for example), so a way of defining what to remove is needed.
This is harder to implement, but it can be achieved Z39.50 server-wise, using
YAML or the usual | to separate fields$subfields.

3) This should be an opt-in, people who wants stuff removed should be able to
choose to do it, not a forced record munging. So, if you continue with the
current approach, please introduce a way to control it.

4) I like that you capture the warnings on the unit tests, and the fact that
there are unit tests :-D But we need functional tests, in the sense that the
behaviour should be tested. I can help if you need advise on the tests writing.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list