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!
Created attachment 55037 [details] [review] 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
Created attachment 55038 [details] [review] Bug 17226: Make Koha::Object->get_column available
Created attachment 55203 [details] [review] 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@hotmail.com>
Created attachment 55204 [details] [review] Bug 17226: Make Koha::Object->get_column available Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Created attachment 56138 [details] [review] 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@hotmail.com>
Created attachment 56139 [details] [review] Bug 17226: Make Koha::Object->get_column available Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Created attachment 56140 [details] [review] Bug 17226 - Fix unit tests
Pushed to Master - Should be in the November 2016 release. Thanks!