[Koha-bugs] [Bug 22440] Improve ILL page performance by moving to server side filtering

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 5 21:26:39 CEST 2023


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

--- Comment #16 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 150789
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150789&action=edit
Bug 22440: (follow-up) Fix existing tests

As we are introducing a FK for illrequests.biblio_id, TestBuilder is
generating a linked biblio, and so tests expecting undef are failing.

This fixes it by explicitly setting biblio_id => undef on creating the
request.

The patch also cleans the area a bit, removing a redundant and fragile
test as well.

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


More information about the Koha-bugs mailing list