[Koha-bugs] [Bug 21761] Koha::Object supports passing through 'update' which means we can side step 'set' + 'store'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 6 16:44:02 CET 2018


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.koha-community
                   |                            |.org/bugzilla3/show_bug.cgi
                   |                            |?id=21610

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Indeed, I think we should fix it at Koha::Object level (once again), but on top
of bug 21610.
We could move the handle of default values to a specific (private) method and
call it with get_dirty_columns on ->store, ->update or ->set.

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


More information about the Koha-bugs mailing list