[Koha-bugs] [Bug 22701] Make items prefetchable from Koha::Biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 22 15:12:55 CEST 2019


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

--- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 88375
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88375&action=edit
Bug 22701: Make items prefetchable from Koha::Biblio

This patch makes Koha::Biblio->items use _new_from_dbic instead of
calling Koha::Items->search. This allows calling it with prefetch
enabled for the items relationship. No noticeable behaviour change takes
place besides this.

To test:
- Run:
  $ kshell
 k$ prove t/db_dependent/Koha/Biblio.t
=> SUCCESS: Tests pass!
- Apply this patch
- Run:
 k$ prove t/db_dependent/Koha/Biblio.t
=> SUCCESS: Tests still pass!
- Sign off :-D

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


More information about the Koha-bugs mailing list