https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725
--- Comment #31 from Marcel de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #30) > Marcel, this change makes sense to me. > However we need to return a Koha::Object instead of DBIC one, otherwise we > could have weird side-effects when chaining the calls. make_column_dirty has no defined return value in DBIC. So cannot be used in chaining. We could write a wrapper that returns a Koha::Object but we would deviate. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
