Bugzilla – Attachment 170755 Details for
Bug 37743
MARC21 810$t is used in XSLT templates but is not editable by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37743 - MARC21 810$t is used in XSLT templates but is not editable by default.
Bug-37743---MARC21-810t-is-used-in-XSLT-templates-.patch (text/plain), 1.41 KB, created by
Olli-Antti Kivilahti
on 2024-08-27 10:23:14 UTC
(
hide
)
Description:
Bug 37743 - MARC21 810$t is used in XSLT templates but is not editable by default.
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2024-08-27 10:23:14 UTC
Size:
1.41 KB
patch
obsolete
>From 16388f80d02fc91bf4e671af26a153a6cfbbce0d Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@hypernova.fi> >Date: Mon, 26 Aug 2024 17:58:09 +0300 >Subject: [PATCH] Bug 37743 - MARC21 810$t is used in XSLT templates but is not > editable by default. > >XSLT-template in question: > > intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl > >Field is used to populate a search query, so it looks pretty important: > > <a><xsl:attribute name="href"><xsl:value-of select="$searchurl"/>?q=se,phr:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='t'], true())"/>"&q=au:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/>"</xsl:attribute> >--- > .../marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >index 3eee078039..e9a767fde5 100644 >--- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >+++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >@@ -56902,7 +56902,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: >- hidden: -6 >+ hidden: -1 > frameworkcode: "" > seealso: "" > link: "" >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37743
: 170755