[Koha-bugs] [Bug 33146] Add a public fetch endpoint for items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 30 15:55:01 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33146

--- Comment #12 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Nick Clemens from comment #11)
> The tests here die if you have any issues in your system. Can we remove the
> delete, and add a common attribute to the newly created items that we can
> use to query and limit the data set?

What I always do is generating a few items, and generate a

my $query = { itemnumber => [ $item_1->id, ..., $item_n->id ] };

and then:

$t->get_ok( '...?q=' . $query );

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list