https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30848
--- Comment #36 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ 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/
