29 Oct
2024
29 Oct
'24
1:54 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38286 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 173635 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173635&action=edit Bug 38286: Do not fetch the items if OpacHiddenItemsHidesRecord is set Koha::Biblio:hidden_in_opac does not need to fetch the items if OpacHiddenItemsHidesRecord is set Test plan: prove t/db_dependent/Koha/Biblio.t t/db_dependent/Koha/Item.t t/db_dependent/api/v1/biblios.t Should return green Confirm the assumption above is correct. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.