Bug 13174 - Opac detail view with XSLT is broken
Summary: Opac detail view with XSLT is broken
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low critical (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-30 22:45 UTC by Katrin Fischer
Modified: 2019-06-27 09:24 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 13174 : XSLT fails if, and only if you have an author, linked to an authority (1.83 KB, patch)
2014-10-30 23:56 UTC, Chris Cormack
Details | Diff | Splinter Review
Bug 13174 : XSLT fails if, and only if you have an author, linked to an authority (1.92 KB, patch)
2014-10-30 23:59 UTC, David Cook
Details | Diff | Splinter Review
[PASSED QA] Bug 13174 : XSLT fails if, and only if you have an author, linked to an authority (2.02 KB, patch)
2014-10-31 00:01 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 2014-10-31 16:17:26 UTC
Patch pushed to master.

Thanks Chris!