https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373
--- Comment #37 from Nick Clemens <[email protected]> --- Created attachment 124495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124495&action=edit Bug 28373: [21.05.x] Add PassItemMarcToXSLT system preference Default stylesheets do not reference item fields for XSLT display, however, we spend time translating the values in the item fields. This patch adds a system preference, PassItemMarcToXSLT. and unless enabled we remove item fields before processing To test: 1 - Perform some search on the staff client and opac 2 - Use the console (F12) to view the time spent on the network tab 3 - Note performance 4 - Apply patch, updatedatabase, restart_all 5 - Repeat searches 6 - Note that display has not changed 7 - Note performance, results should display slightly faster Signed-off-by: Emmi Takkinen <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> Bug 28373: Unit test Signed-off-by: Emmi Takkinen <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> Bug 28373: (QA follow-up) Fix typo in system preference description Signed-off-by: Emmi Takkinen <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> Bug 28373: (follow-up) QA fixes Use fully qualified subroutine name Don't return explicit undef Signed-off-by: Katrin Fischer <[email protected]> Bug 28373: (QA follow-up) Add . to end of system preference description Signed-off-by: Katrin Fischer <[email protected]> Bug 28373: Add note to XSLT prefs about the new pref Bug 28373: Add warning if custom stylesheets are defined This patch adds a check of the current XSLT prefs and warns to check the new pref if any are not set to default -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
