NatLibFi / koha-plugin-rest-di

REST API plugin for Koha to provide additional functionality for discovery interfaces such as VuFind
GNU General Public License v3.0
9 stars 9 forks source link

Fix compatibility with Koha 22.05. (#12) #12

Closed nugged closed 2 years ago

nugged commented 2 years ago

Koha::Objects not anymore uses "wantarray" detection in ->search(, so it never returns list so ->as_list should be added, or iterator should ($items->next) be used.

Note: only Koha::Plugin::Fi::KohaSuomi::DI::Koha::Availability::Checks::CirculationRule directly tested :)