Bugzilla – Attachment 21150 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]
Bug 10905: Author tracings incorrect when UseAuthoritiesForTracings is turned on
Bug-10905-Author-tracings-incorrect-when-UseAuthor.patch (text/plain), 1.87 KB, created by
Tomás Cohen Arazi (tcohen)
on 2013-09-17 18:20:38 UTC
(
hide
)
Description:
Bug 10905: Author tracings incorrect when UseAuthoritiesForTracings is turned on
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2013-09-17 18:20:38 UTC
Size:
1.87 KB
patch
obsolete
>From 773822ba16ea629e3e3465e184f707f00090dc6d 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] 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 >--- > .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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.9.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