Created attachment 22914 [details] [review] [PATCH] Bug 11246 : remove useless reference to fields 780 and 785 in UNIMARC XSLT files for Bootstrap opac Bug 10465 removed fields 780 and 785 from a unimarc xslt file. This cleanup is needed for bootsrap too To test : in a UNIMARC Koha, with Bootstrap theme OPAC 1. be sure that OPACXSLTDetailsDisplay , OPACXSLTResultsDisplay sysprefs are set to "default" 2. apply the patch 3. search some records in OPAC : the list view and the detail view must be exacty the same as before you apply the patch.
The comments on bug 10465 say these fields don't exist in unimarc. That likely explains why I couldn't find any marcxml with tag="780" in it in my sample UNIMARC data. The patch eyeballs exactly like the OPAC portion of the bug 10465 patch for the prog. The directions were followed. System preferences were checked: opactheme (bootstrap), OPACXSLTDetailsDisplay (default), and OPACXSLTResultsDisplay (default). And master and patch applied versions both had identical "Normal View" and "MARC View" pages. http://www.ifla.org/publications/unimarc-formats-and-related-documentation Okay, no reference to 78X for biblio stuff. http://www.ifla.org/files/assets/uca/unimarc-authorities-format.pdf suggests they are used for authorities.
Created attachment 24994 [details] [review] [SIGNED OFF] Bug 11246 : remove useless reference to fields 780 and 785 in UNIMARC XSLT files for Bootstrap opac Another fix, 10465, removed fields 780 and 785 from a unimarc xslt file. This cleanup is needed for bootstrap too To test : in a UNIMARC Koha, with Bootstrap theme OPAC 1. be sure that OPACXSLTDetailsDisplay , OPACXSLTResultsDisplay sysprefs are set to "default" 2. apply the patch 3. search some records in OPAC : the list view and the detail view must be exacty the same as before you apply the patch. Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Created attachment 25015 [details] [review] [PASSED QA] Bug 11246 : remove useless reference to fields 780 and 785 in UNIMARC XSLT files for Bootstrap opac Another fix, 10465, removed fields 780 and 785 from a unimarc xslt file. This cleanup is needed for bootstrap too To test : in a UNIMARC Koha, with Bootstrap theme OPAC 1. be sure that OPACXSLTDetailsDisplay , OPACXSLTResultsDisplay sysprefs are set to "default" 2. apply the patch 3. search some records in OPAC : the list view and the detail view must be exacty the same as before you apply the patch. Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Changes are consistent with changes done earlier on the prog theme. Checked that the detail pages and results still display correctly for UNIMARC.
Pushed to master. Thanks, Mathieu!
Patch pushed to 3.14.x, will be in 3.14.06