Bugzilla – Attachment 128939 Details for
Bug 29777
Fields 580 are wrong displayed in summary column
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29777: Fields 580 are wrong displayed in summary column
Bug-29777-Fields-580-are-wrong-displayed-in-summar.patch (text/plain), 1.50 KB, created by
Jérémy Breuillard
on 2021-12-31 10:31:52 UTC
(
hide
)
Description:
Bug 29777: Fields 580 are wrong displayed in summary column
Filename:
MIME Type:
Creator:
Jérémy Breuillard
Created:
2021-12-31 10:31:52 UTC
Size:
1.50 KB
patch
obsolete
>From 888ffaa95a226dd56bbeee7a3a2902ceda9fa1f7 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Breuillard?= > <jeremy.breuillard@biblibre.com> >Date: Wed, 10 Nov 2021 15:24:59 +0100 >Subject: [PATCH] Bug 29777: Fields 580 are wrong displayed in summary column > >Whitespaces escaped by ; are displayed in the summary instead of fields 580 > >To test: >1)Home > Authorities > Result from authority search >2)On the authorities list, verify that one of those is displaying the fields 580 on the summary column (it should look like: ; ; ; ;) >3)Apply patch >4)Repeat 1) and 2) >5)Notice the changes >--- > .../prog/en/includes/authorities-search-results.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >index 3e0c4904f1..7be4b1726e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >@@ -89,7 +89,7 @@ > [% IF summary.seealso %] > <div class="authres_seealso"> > [% FOREACH see IN summary.seealso %] >- [% PROCESS showreference heading=see.heading linkType="" type=see.type authid=see.authid %] >+ [% PROCESS showreference heading=see.heading linkType="" authid=see.authid %] > [% IF ! loop.last %] ; [% END %] > [% END %] > </div> >-- >2.17.1
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 29777
:
128939
|
139958
|
139959
|
139960