Bugzilla – Attachment 189624 Details for
Bug 41210
Author field searches do not include enough fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41210: (follow-up) Urlencode author names
Bug-41210-follow-up-Urlencode-author-names.patch (text/plain), 1.05 KB, created by
Nick Clemens (kidclamp)
on 2025-11-14 19:52:18 UTC
(
hide
)
Description:
Bug 41210: (follow-up) Urlencode author names
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-11-14 19:52:18 UTC
Size:
1.05 KB
patch
obsolete
>From 64643cdfd18873b514209d702889e5d6b6134b16 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 14 Nov 2025 19:49:51 +0000 >Subject: [PATCH] Bug 41210: (follow-up) Urlencode author names > >--- > .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index 68bd9be2655..0a4572572e8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -1704,6 +1704,7 @@ > <xsl:otherwise>a</xsl:otherwise> > </xsl:choose> > </xsl:with-param> >+ <xsl:with-param name="urlencode">1</xsl:with-param> > </xsl:call-template> > <xsl:text>"</xsl:text> > <xsl:if test="$AuthorLinkSortBy!='default'"> >-- >2.39.5
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 41210
:
189226
| 189624