[Bug 11175] Show the parent record's component parts in the detailed views
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 --- Comment #380 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Review, all patches squashed: 1. +use Encode qw(decode); Not used in C4/XSLT.pm One patch is saying that we need it, but the squashed version does not show that. 2. ES index added to the default mappings but to the upgrade process. Is that expected? 3. +[% IF ( ComponentParts ) %]<li id="components_tab"><a href="#components">Components ([% ( ComponentParts.size ) %])</a></li>[% END %] + <a href="#components">Components ([% ( ComponentParts.size || 1 ) %])</a> => Missing filter AND not consistent (the '|| 1') -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org