https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24356 --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 97681 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97681&action=edit Bug 24356: Make objects.search prefetch embedded relations This patch makes the Koha::Object(s) derived classes expose information about prefetch-able relations. This is then used by a new helper to generate the prefetch information for the DBIC query. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Object* \ t/db_dependent/Koha/REST/Plugin/Objects.t \ t/db_dependent/Koha/REST/Plugin/Query.t => SUCCESS: Tests pass! 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.