https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35963
Bug ID: 35963
Summary: Problem using some filters in the bundled items table
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Depends on: 28854
When trying to use the barcode filter of the bundled items table, the REST API
returns an error 500 with the following message in logs:
Unknown column 'me.barcode' in 'where clause' at /usr/share/perl5/Data/Page.pm
line 49
The URL looks like this:
/api/v1/items/3/bundled_items?&_page=1&_per_page=20&q=[{"me.external_id":{"like":"%1%"}}]&_match=contains
If I manually remove "me." from the URL, it works.
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28854
[Bug 28854] Add ability to create bundles of items for circulation
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/