Created attachment 31610 [details] [review] Bug 12901: BiblioDefaultView doesn't do anything with NORMARC or UNIMARC XSLT
Created attachment 31611 [details] [review] Bug 12901: (consistency followup) add buildBiblioDefaultViewURL to MARC21 XSLT
Test plan: BEFORE the patch * switch to default the xstl results * set BiblioDefaultView to any value * check that when you're on a list, you always get the normal view AFTER the patch * set BiblioDefaultView to any value * check that when you're on a list, you you get the defined view Following this test plan for a UNIMARC database, I confirm it fixes the bug. Cannot say for NORMARC, but the code is similar,
Created attachment 32114 [details] [review] Bug 12901: BiblioDefaultView doesn't do anything with NORMARC or UNIMARC XSLT Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> http://bugs.koha-community.org/show_bug.cgi?id=9828
Created attachment 32115 [details] [review] Bug 12901: (consistency followup) add buildBiblioDefaultViewURL to MARC21 XSLT Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> http://bugs.koha-community.org/show_bug.cgi?id=9828
I am sorry, but this doesn't work correctly. The links on the OPAC result page are incorrectly build, using the staff syntax: http://localhost:81/cgi-bin/koha/catalogue/detail.pl?biblionumber=2909 should be: http://localhost:81/cgi-bin/koha/opac-detail.pl?biblionumber=2568
Created attachment 32869 [details] [review] Bug 12901: (QA followup) correct copy and paste error Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Created attachment 32879 [details] [review] [PASSED QA] Bug 12901: BiblioDefaultView doesn't do anything with NORMARC or UNIMARC XSLT Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> http://bugs.koha-community.org/show_bug.cgi?id=9828 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Created attachment 32880 [details] [review] [PASSED QA] Bug 12901: (consistency followup) add buildBiblioDefaultViewURL to MARC21 XSLT Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> http://bugs.koha-community.org/show_bug.cgi?id=9828 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Created attachment 32881 [details] [review] [PASSED QA] Bug 12901: (QA followup) correct copy and paste error Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Works as described now, no problems found.
Patches pushed to master.