[Koha-bugs] [Bug 30848] Introduce Koha::Filter::ExpandAuthorizedValues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 6 12:48:45 CEST 2022


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

--- Comment #36 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
OK, squashed and refined as discussed.. ready for review.

This patchset does two things, we introduce a new
Koha::Filter::MARC::ExpandCodedValues record processor to allow Marc records to
have their Koha coded fields expanded from codes to descriptions/values. (We
can use this to replace C4::XSLT::transformMARCXML4XSLT but also add it in
wherever we're already calling record processor to get a proper representative
record for display).

Additionally, we add caching to improve performance.. after working through
this a few times to pick the appropriate cache level, I think we've got it now.

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


More information about the Koha-bugs mailing list