[Koha-bugs] [Bug 35963] New: Problem using some filters in the bundled items table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 31 16:43:11 CET 2024


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: koha-bugs at lists.koha-community.org
          Reporter: julian.maurice at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl
        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.


More information about the Koha-bugs mailing list