[Koha-bugs] [Bug 28373] Items fields not used in default XSLT

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 7 09:50:12 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373

Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #122615|0                           |1
        is obsolete|                            |

--- Comment #19 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> ---
Created attachment 122629
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122629&action=edit
Bug 28373: 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 <emmi.takkinen at koha-suomi.fi>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list