Bug 10905

Summary: Author tracings incorrect when UseAuthoritiesForTracings is turned on
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: MARC Authority data supportAssignee: Tomás Cohen Arazi <tomascohen>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: drnoe, fridolin.somers, gitbot, gmcharlt, katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: Sponsored Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 10905: Author tracings incorrect when UseAuthoritiesForTracings is turned on
[SIGNED-OFF] Bug 10905: Author tracings incorrect when UseAuthoritiesForTracings is turned on
Bug 10905: Author tracings incorrect when UseAuthoritiesForTracings is turned on

Description Tomás Cohen Arazi 2013-09-17 18:14:10 UTC

    
Comment 1 Tomás Cohen Arazi 2013-09-17 18:20:38 UTC Comment hidden (obsolete)
Comment 2 I'm just a bot 2013-09-29 06:17:57 UTC
Patch applied cleanly, go forth and signoff
Comment 3 David Noe 2013-10-21 21:11:35 UTC Comment hidden (obsolete)
Comment 4 Kyle M Hall 2013-12-20 18:06:38 UTC
Created attachment 23730 [details] [review]
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passes koha-qa.pl, trivial change
Comment 5 Galen Charlton 2013-12-23 15:53:46 UTC
Pushed to master.  Thanks, Tomás!
Comment 6 Fridolin Somers 2013-12-30 10:09:58 UTC
Patch pushed to 3.14.x, will be in 3.14.2.

(this patch is not needed for bootstrap theme)