[Koha-bugs] [Bug 17226] Improve AUTOLOAD of Koha::Object

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 30 17:16:37 CEST 2016


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 55037
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55037&action=edit
Bug 17226: Improve Koha::Object's AUTOLOAD method

Following the path of bug 17091, Koha::Object needs to AUTOLOAD the
methods provided by DBIX::Class.
We already use in_storage, id and is_changed, but others are coming!

Test plan:
  prove t/db_dependent/Koha/Object.t
should return green

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


More information about the Koha-bugs mailing list