[Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 9 11:44:04 CEST 2021


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

--- Comment #230 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
All patches can be applied now, the final two are an alternative implementation
based on the work that preceded.

Test plan is as before, grab the test mrc records and import them, build the
indexes then search for 'Easy piano'. Navigate to the host record and see what
it looks like.. I new 'Components (200)' tab should appear and clicking on it
should display a list of all the attached records.

The big difference with this implementation is that we no longer embed the
analytics in the records passed to the XSLT parser. Instead, we pass each
record in an array to the template and them use the Results XSLT to format
their output.

It might be nice to have a simplified template for this display instead of
using Results, but as a proof of concept I felt this was enough to showcase the
alternative method.

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


More information about the Koha-bugs mailing list