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

--- Comment #64 from Tomás Cohen Arazi <[email protected]> ---
About the timestamp handling: shouldn't we better implement
Koha::Object->set_and_store of similar, that instead of overwriting the whole
object, just sets the really changed fields, and we leave the DB do the heavy
lifting? It looks wrong (as you also say, Jonathan) to be setting the timestamp
manually on the ->store method (be it in the Koha::Item class, or as a generic
approach in Koha::Object)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to