14 Apr
2018
14 Apr
'18
2:28 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725 --- Comment #31 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (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.