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:
parent
67d480f625
commit
f1054fd9a7
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue