[Koha-bugs] [Bug 30133] Incorrect list of libraries returned when more libraries than RESTdefaultPageSize and AllowHoldPolicyOverride enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 18 15:26:57 CET 2022


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 130853
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130853&action=edit
Bug 30133: Avoid calling c->objects->search twice

Calling this twice sets double pagination headers, which messes up the page for
the requests and
retrieves on ly the end of the list

This patch simply avoids a doulbe call

TO DO: must implement same for Biblio->pickup_locations and cover with tests

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


More information about the Koha-bugs mailing list