From bugzilla-daemon@bugs.koha-community.org Mon Oct 18 15:46:12 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views Date: Mon, 18 Oct 2021 13:46:10 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7273368391819018656==" --===============7273368391819018656== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D11175 --- Comment #380 from Jonathan Druart --- 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 ) %]
  • Components ([% ( ComponentParts.size ) %])
  • [% EN= D %] + Components ([% ( ComponentParts.size || 1 ) %]) =3D> Missing filter AND not consistent (the '|| 1') --=20 You are receiving this mail because: You are watching all bug changes. --===============7273368391819018656==--