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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 5 23:19:02 CEST 2016


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

Claire Gravely <claire_gravely at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55037|0                           |1
        is obsolete|                            |

--- Comment #3 from Claire Gravely <claire_gravely at hotmail.com> ---
Created attachment 55203
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55203&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

Signed-off-by: Claire Gravely <claire_gravely at hotmail.com>

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


More information about the Koha-bugs mailing list