Bug 13225

Summary: Z39.50 result Card View doesn't work for UNIMARC
Product: Koha Reporter: Frédéric Demians <f.demians>
Component: CatalogingAssignee: Frédéric Demians <f.demians>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: chris, m.de.rooy, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 13225 Z39.50 result Card View doesn't work for UNIMARC
Card View Before
Card View After
Bug 13225 Z39.50 result Card View doesn't work for UNIMARC
[PASSED QA] Bug 13225 Z39.50 result Card View doesn't work for UNIMARC

Description Frédéric Demians 2014-11-07 18:04:57 UTC
To see the problem:

- On an Unimrc Koha, go to Catalaging > New from Z39.50
- Do a search
- On result page, click Card link on a biblio record
- The Card View display nothing of interest
Comment 1 Frédéric Demians 2014-11-07 18:13:28 UTC Comment hidden (obsolete)
Comment 2 Frédéric Demians 2014-11-07 18:14:30 UTC
Created attachment 33387 [details]
Card View Before
Comment 3 Frédéric Demians 2014-11-07 18:14:50 UTC
Created attachment 33388 [details]
Card View After
Comment 4 Chris Cormack 2014-11-09 01:56:49 UTC Comment hidden (obsolete)
Comment 5 Katrin Fischer 2014-11-09 10:58:22 UTC
Created attachment 33394 [details] [review]
[PASSED QA] Bug 13225 Z39.50 result Card View doesn't work for UNIMARC

This patch fix UNIMARC Card View on Z39.50 result page. The valid XSL was
there: UNIMARC_compact.xml, but were not selected (a regression). This patch
use themelanguage to access XSL file, anticipating a intranet new theme in
future.

TO TEST: Before applying this patch, do a Z39.50 search, and try to display a
biblio record card view: meaningless. Retry after applying this patch.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Tested in a UNIMARC installation, works as described.
Comment 6 Tomás Cohen Arazi 2014-11-10 15:02:32 UTC
Patch pushed to master.

Thanks Frédéric!