Bugzilla – Attachment 156883 Details for
Bug 35036
Incorrect chopping to punctuation in 246 fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35036: Remove extra puncuation from staff results page
Bug-35036-Remove-extra-puncuation-from-staff-resul.patch (text/plain), 1.28 KB, created by
Lucas Gass (lukeg)
on 2023-10-11 22:23:59 UTC
(
hide
)
Description:
Bug 35036: Remove extra puncuation from staff results page
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-10-11 22:23:59 UTC
Size:
1.28 KB
patch
obsolete
>From e0b69d9e15cf0eb214689cebb8edbd7dbdfd3111 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 11 Oct 2023 22:22:23 +0000 >Subject: [PATCH] Bug 35036: Remove extra puncuation from staff results page > >To test: >1. Look at the a results set on the staff interface that contains titles with a 246. >2. It now contains too much puncuation. >3. Apply patch >4. It now looks like the other pages. >--- > .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >index 5dbf57d1e71..1409235cdf8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >@@ -947,7 +947,6 @@ > <xsl:with-param name="codes">ab</xsl:with-param> > </xsl:call-template> > <!-- #13386 added separator | --> >- <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose> > </xsl:for-each> > </span> > </xsl:if> >-- >2.30.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 35036
:
156881
|
156882
|
156883
|
156986
|
156987
|
156991