[Bug 28703] New: Display problem in 505$a field
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28703 Bug ID: 28703 Summary: Display problem in 505$a field Change sponsored?: --- Product: Koha Version: 20.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: hc@interleaf.ie QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Created attachment 122798 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122798&action=edit Appearance of arrows in 505 field Content in the 505$ a field (Formatted contents note) is displaying arrows at the beginning and end of the content. This was not appearing on the 19.11 release of Koha. -- 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=28703 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Holly, we changed it up a bit to display more subfields. Can you share the MARC that creates this display please? -- 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=28703 --- Comment #2 from Holly <hc@interleaf.ie> --- Created attachment 122844 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122844&action=edit MARC Here is the MARC -- 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=28703 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Holly from comment #2)
Here is the MARC
What we need for proper testing is a copy of the MARC record itself. You can get a copy from the bibliographic detail page using the toolbar button Save -> MARC (Unicode/UTF-8). -- 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=28703 Holly <hc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122844|0 |1 is obsolete| | --- Comment #4 from Holly <hc@interleaf.ie> --- Created attachment 122845 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122845&action=edit MARC record This should be what you need. -- 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=28703 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Confirming the problem, a bit puzzled at my own changes on bug 28703. Will try to come up with a fix. -- 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=28703 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19616 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19616 [Bug 19616] Add MARC21 505$g - Formatted Contents Note / Miscellaneous information -- 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=28703 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hm, it might just need changing the "after" to "before" here: - .r { - display: inline; + .newline::after { + content: "\A → "; + white-space: pre; } -- 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=28703 Amy Schapiro <amy@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amy@bywatersolutions.com --- Comment #7 from Amy Schapiro <amy@bywatersolutions.com> --- According to the most recent MARC rules at LOC - https://www.loc.gov/marc/bibliographic/bd505.html Two hyphens are the appropriate way to separate these fields. Thanks everyone! -- 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=28703 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Amy Schapiro from comment #7)
According to the most recent MARC rules at LOC - https://www.loc.gov/marc/bibliographic/bd505.html Two hyphens are the appropriate way to separate these fields. Thanks everyone!
Hi Amy, that's correct and it is what happens in the XSLT in current versions now. There is an issue where an extra -> (used at the beginning of the line, but you could change it to something else) appears at the end of the list. -- 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=28703 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #9 from Fridolin Somers <fridolin.somers@biblibre.com> --- Duplicate of Bug 29604? -- 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=28703 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=29604 -- 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=28703 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=29455 -- 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=28703 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Fridolin Somers from comment #9)
Duplicate of Bug 29604?
No, totally different thing. This is about showing an extra --> that has no content after. -- 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=28703 --- Comment #11 from Fridolin Somers <fridolin.somers@biblibre.com> --- A librarian found this bug. The record has an only 505 : <datafield tag="505" ind1="0" ind2=" "> <subfield code="a"> Introduction: the audio media revolution -- Splatters of shit: story, science and digital speech on radiolab -- You are not alone: podcast communities, audiences, and welcome to night vale -- In bed with radiotopians: podcast intimacy, empathy and narrative -- Don't look back: the new possibilities of podcast drama -- A utopian moment: podium.me, diversity and youth podcasting -- Blood culture: gaming the podcast system -- The truth about serial: it's not really about a murder -- The lucky strike: success, value and independence in the golden age of podcasting. </subfield> </datafield> -- 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=28703 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20.11 |master -- 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=28703 Juliet Heltibridle <jheltibridle@rcplib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jheltibridle@rcplib.org --- Comment #12 from Juliet Heltibridle <jheltibridle@rcplib.org> --- This is still happening in both the staff view and the OPAC in 25.11. Does anyone know of a workaround to get rid of the extra arrows? -- 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=28703 Hayley Cheng <hacheng@pymblelc.nsw.edu.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hacheng@pymblelc.nsw.edu.au -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org