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
Created attachment 33386 [details] [review] 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.
Created attachment 33387 [details] Card View Before
Created attachment 33388 [details] Card View After
Created attachment 33392 [details] [review] 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>
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.
Patch pushed to master. Thanks Frédéric!