[Bug 37996] New: Links created by link_marc_host do not contain 999$0 in MARC21
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Bug ID: 37996 Summary: Links created by link_marc_host do not contain 999$0 in MARC21 Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: baptiste.wojtkowski@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Bug 29560 created a new function link_marc_host which is supposed to bind the fields : MARC21: 773$0 of the biblio to the 999$c of the bundle biblio UNIMARC: 461$0 of the biblio to the 001 of the bundle biblio This does not work for the MARC21 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Links created by |Links created by |link_marc_host do not |link_marc_host do not |contain 999$0 in MARC21 |contain 773$0 in MARC21 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |baptiste.wojtkowski@biblibr |ity.org |e.com Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 --- Comment #1 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Created attachment 171928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171928&action=edit Bug 37996: Add field 773$0 to the link created by add_host_link Bug 29560 created a new function link_marc_host which is supposed to bind the fields : MARC21: 773$0 of the biblio to the 999$c of the bundle biblio UNIMARC: 461$0 of the biblio to the 001 of the bundle biblio This does not work for the MARC21 TEST PLAN: 1 - Apply the patch containing tests 2 - Run test in t/db_dependent/Koha/Biblio.t, they should fail on two tests 3 - Create a bundle on a biblio a 4 - Add an object to a bundle of a 5 - Check the field 773$0 -> it should be empty 6 - Apply patch 7 - Re-run tests 8 - Repeat 4&5 -> 773$0 should contain the biblionumber of a -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 --- Comment #2 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Created attachment 171929 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171929&action=edit Bug 37996: Add unit tests -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171928|0 |1 is obsolete| | --- Comment #3 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Created attachment 171930 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171930&action=edit Bug 37996: Add field 773$0 to the link created by add_host_link Bug 29560 created a new function link_marc_host which is supposed to bind the fields : MARC21: 773$0 of the biblio to the 999$c of the bundle biblio UNIMARC: 461$0 of the biblio to the 001 of the bundle biblio This does not work for the MARC21 TEST PLAN: 1 - Apply the patch containing tests 2 - Run test in t/db_dependent/Koha/Biblio.t, they should fail on two tests 3 - Create a bundle on a biblio a 4 - Add an object to a bundle of a 5 - Check the field 773$0 -> it should be empty 6 - Apply patch 7 - Re-run tests 8 - Repeat 4&5 -> 773$0 should contain the biblionumber of a -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |37710 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37710 [Bug 37710] Remove the marc link when removing an item from a bundle -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Links created by |Links created by |link_marc_host do not |link_marc_host should |contain 773$0 in MARC21 |contain 773$0 in MARC21 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29560 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29560 [Bug 29560] Add option to create MARC links when adding items to bundles -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Thibault Keromnès <thibault.keromnes@univ-paris8.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171929|0 |1 is obsolete| | --- Comment #4 from Thibault Keromnès <thibault.keromnes@univ-paris8.fr> --- Created attachment 176431 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176431&action=edit Bug 37996: Add unit tests Signed-off-by: Thibault Keromnes <thibault.keromnes@univ-paris8.fr> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Thibault Keromnès <thibault.keromnes@univ-paris8.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171930|0 |1 is obsolete| | --- Comment #5 from Thibault Keromnès <thibault.keromnes@univ-paris8.fr> --- Created attachment 176432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176432&action=edit Bug 37996: Add field 773$0 to the link created by add_host_link Bug 29560 created a new function link_marc_host which is supposed to bind the fields : MARC21: 773$0 of the biblio to the 999$c of the bundle biblio UNIMARC: 461$0 of the biblio to the 001 of the bundle biblio This does not work for the MARC21 TEST PLAN: 1 - Apply the patch containing tests 2 - Run test in t/db_dependent/Koha/Biblio.t, they should fail on two tests 3 - Create a bundle on a biblio a 4 - Add an object to a bundle of a 5 - Check the field 773$0 -> it should be empty 6 - Apply patch 7 - Re-run tests 8 - Repeat 4&5 -> 773$0 should contain the biblionumber of a Signed-off-by: Thibault Keromnes <thibault.keromnes@univ-paris8.fr> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Thibault Keromnès <thibault.keromnes@univ-paris8.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |thibault.keromnes@univ-pari | |s8.fr -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 773$0 use like in EasyAnalytics is not following the MARC21 standard: https://www.loc.gov/marc/bibliographic/concise/bd773.html I am not sure if this has any consequences, but wanted to document it. It's a Koha specific behavior since I believe the standard has no way to link a record to an item (record to record links use $w and $0 is often used for a record to authority link) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #7 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Martin: Could you have a look? Is this intended? See also remark of Katrin. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 --- Comment #8 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- I agree with Katrin, this is going against the MARC21 spec and was deliberately not added in the original implementation (or the methods that we based this off that predate the bug). I'm not against the link per-say but it should be tied to the EasyAnalytics preference in my opinion and only get added if EasyAnalytics is enabled. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #9 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Please have another look with the last comments in mind. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 --- Comment #10 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- I don't get the point with EasyAnalyticalRecords, shouldn't it be DISABLED if EasyAnalyticalRecords is Enabled ? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 --- Comment #11 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- + could you tell me if this would have an impact on Bug 37710 ? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34482 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34482 [Bug 34482] Improve MARC21 7xx linking fields in bibliographic records [Omnibus] -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 --- Comment #12 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- (In reply to Baptiste Wojtkowski (bwoj) from comment #10)
I don't get the point with EasyAnalyticalRecords, shouldn't it be DISABLED if EasyAnalyticalRecords is Enabled ?
It's EasyAnaylitics which adds $0 which is non-standard to MARC21.. so adding a $0 should be bound to whether EasyAnalytics is enabled. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 --- Comment #13 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- It's probably sensible to take a look at bug 22439 now.. I think it may resolve this there. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |DUPLICATE --- Comment #14 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- *** This bug has been marked as a duplicate of bug 22439 *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|34482 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34482 [Bug 34482] Improve MARC21 7xx linking fields in bibliographic records [Omnibus] -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|37710 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37710 [Bug 37710] Remove the marc link when removing an item from a bundle -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org