Bugzilla – Attachment 22183 Details for
Bug 10905
Author tracings incorrect when UseAuthoritiesForTracings is turned on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 10905: Author tracings incorrect when UseAuthoritiesForTracings is turned on
SIGNED-OFF-Bug-10905-Author-tracings-incorrect-whe.patch (text/plain), 1.94 KB, created by
David Noe
on 2013-10-21 21:11:35 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10905: Author tracings incorrect when UseAuthoritiesForTracings is turned on
Filename:
MIME Type:
Creator:
David Noe
Created:
2013-10-21 21:11:35 UTC
Size:
1.94 KB
patch
obsolete
>From db356a561e2f3f9cd4b8ac7f01d7cf6eacef7700 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Tue, 17 Sep 2013 15:14:20 -0300 >Subject: [PATCH] [SIGNED-OFF] Bug 10905: Author tracings incorrect when UseAuthoritiesForTracings is turned on > >Quotation marks in MARC21slim2OPACDetail.xsl break author tracings in OPAC. >This patch fixes that. > >To reproduce: >- Enable UseAuthoritiesForTracings >- Search in the OPAC and go to the detail page of a record that has links to authorities. >- Click on the magnifier icon >- You get a 404 error page. > >To test the fix: >- Apply the patch >- Search in the OPAC and go to the detail page of a record that has links to authorities. >- Click on the magnifier icon >- You are sent to the corresponding authority record. > >Regards >To+ > >Sponsored-by: Universidad Nacional de Cordoba > >http://bugs.koha-community.org/show_bug.cgi?id=10838 >Signed-off-by: David Noe <drnoe@bywatersolutions.com> >--- > .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >index c3a846c..9854e9d 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >@@ -1027,7 +1027,7 @@ > </a> > <xsl:if test="marc:subfield[@code=9]"> > <a class='authlink'> >- <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid="<xsl:value-of select="marc:subfield[@code=9]"/>"</xsl:attribute> >+ <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> > <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/> > </a> > </xsl:if> >-- >1.7.2.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 10905
:
21150
|
22183
|
23730