[Koha-bugs] [Bug 29346] Add real-time holds queue update option

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 12 12:34:58 CEST 2022


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

--- Comment #32 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Adding discussion from Slack..

I don't think we need the trigger in DelBiblio.. but we likely do need to think
about preventing Item level triggers for batch operations and then triggering
at the end of said batch operations (like BatchDeleteBiblio).

I think we can drop the triggers in circ (but keep the tests to ensure the
triggers do actually still get triggered once).. circ operations affect items
and as such trigger the task there.

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


More information about the Koha-bugs mailing list