1 Aug
2016
1 Aug
'16
12:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16965 --- Comment #8 from Jonathan Druart <jonathan.druart@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.