[Koha-bugs] [Bug 28700] "Unblessed" method in Object.pm has blessed values for keys in some cases

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 19 11:15:53 CEST 2021


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

--- Comment #8 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Andrew Nugged from comment #6)
> will it lead sometimes to +1 SQL request which is not so fast... but this
> method used intensively all around?

I will do a fetch, but it's what we want.
When an object is stored (added or modified) and we want to log what has been
modified, I guess we want to log what has been effectively stored in the DB
(like we have trigger in some ->store methods, or the default values defined at
schema level).

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


More information about the Koha-bugs mailing list