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

--- Comment #10 from Martin Renvoize <[email protected]> ---
(In reply to Jonathan Druart from comment #8)
> Also, I think, my version will be faster: the fix is done only the
> attributes we are updating, not all the attributes of the object.

Again, I would suggest this is a bug in our store routine as it stands.. update
really should just be shortcut to set + store else we're introducing bugs by
having two distinct ways of doing the same thing.

Also, in my patch because you're calling the parent store method you're not
only dealing with the over-rides withs Koha::Object but also any class specific
overrides in, for example, Koha::Patron are you not?

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to