[Koha-bugs] [Bug 16965] Add the Koha::Objects->search_related method

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 1 12:56:07 CEST 2016


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

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Marcel de Rooy from comment #7)
> Jonathan: What do you think of the approach in the third patch?

I liked the idea to have the mappings in one place, it will be easier to know
which classes are already mapped.

Why did you make this change:
-        return $object_class->_wrap(@dbic_rows);
+        return _wrap( $object_class, @dbic_rows );
?

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


More information about the Koha-bugs mailing list