30 Oct
2024
30 Oct
'24
4:16 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37943 --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jonathan Druart from comment #6)
I don't think ->store should call discard_changes. If you need an additional fetch then do it before logging, don't you think?
Nevermind, forget that. There was one additional fetch already - $self->get_from_storage->_after_item_action_hooks({ action => $action }); + $self->_after_item_action_hooks({ action => $action }); -- You are receiving this mail because: You are watching all bug changes.