Bug 13174

Summary: Opac detail view with XSLT is broken
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: critical    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 13174 : XSLT fails if, and only if you have an author, linked to an authority
Bug 13174 : XSLT fails if, and only if you have an author, linked to an authority
[PASSED QA] Bug 13174 : XSLT fails if, and only if you have an author, linked to an authority

Description Katrin Fischer 2014-10-30 22:45:39 UTC
In OPAC, the normal view with XSLT turned on is no longer displaying.
Comment 1 Chris Cormack 2014-10-30 23:56:25 UTC Comment hidden (obsolete)
Comment 2 David Cook 2014-10-30 23:59:36 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-31 00:01:49 UTC
Created attachment 33018 [details] [review]
[PASSED QA] Bug 13174 : XSLT fails if, and only if you have an author, linked to an authority

And only in MARC21

To test:

Only for MARC21 with XSLT on for detail

1/ Find a record that has an authority linked author in it
2/ View the detail page in the opac
3/ Notice bibliographic data is missing
4/ Apply patch
5/ Refresh notice bibliographic data is back

Signed-off-by: David Cook <dcook@prosentient.com.au>

Works as described.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>

Works as describe, the details are back!
Comment 4 Tomás Cohen Arazi (tcohen) 2014-10-31 16:17:26 UTC
Patch pushed to master.

Thanks Chris!