Bug 33568: Prevent 500 when filtering by item type (FIXMEs)

See FIXMEs added by this patch

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Laurence Rault <laurence.rault@biblibre.com>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2023-06-02 09:49:35 +02:00 committed by Katrin Fischer
parent 67d480f625
commit f1054fd9a7
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -282,7 +282,8 @@
[% END %]
[% IF ( item_level_itypes ) %]
{
data: "me.itype:biblioitem.itemtype",
data: "me.item_type_id", // FIXME Cannot filter by biblioitem.itemtype
// FIXME Cannot filter on item type description
className: "itype",
searchable: true,
orderable: true,