[Koha-bugs] [Bug 23185] Koha::Objects 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
Fri Jun 21 18:07:43 CEST 2019


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

--- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
I also think it wouldn't be a bad idea to have an 'update_with_triggers' or
something along those lines method which in effect did a dbic update_all
call(https://metacpan.org/pod/DBIx::Class::ResultSet#update_all), i.e. calling
set + store one each Koha::Object in a loop from the Koha::Objects set.

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


More information about the Koha-bugs mailing list