https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24356 --- Comment #13 from Agustín Moyano <agustinmoyano@theke.io> --- Created attachment 98262 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98262&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.