[Koha-bugs] [Bug 31123] Add a simple way to add 'Harmful content warnings' to catalogue records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 7 14:59:48 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31123

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |release-notes-needed

--- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Martin, 

I have questions :)

Can you how you chose the subfields? Will this be documented somewhere, maybe
in the pref?

It looks like $z is displayed first, separated by a space and then followed by
abcdefgijklnou, but this is not a "complete" list of subfields either. 

+                    <xsl:when test="marc:subfield[@code='z']">
+                        <xsl:value-of
select="marc:subfield[@code='z']"/><xsl:text> </xsl:text>
+                    </xsl:when>
+                    <xsl:otherwise>
+                        <xsl:call-template name="subfieldSelect">
+                            <xsl:with-param
name="codes">abcdefgijklnou</xsl:with-param>
+                        </xsl:call-template>
+                    </xsl:otherwise>
+                </xsl:choose>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list