[Koha-bugs] [Bug 28445] Use the task queue for the batch delete and update items tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 2 18:13:29 CEST 2021


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

--- Comment #18 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Thanks for your input.
These patches are more from perfect, I agree. But the idea is to improve the
current situation. And I think this move goes toward the following goals:
isolate the code, centralise it, make it more robust by providing tests.
These item form and table are used in several places over the code, and having
this code in a module makes it reusable easily.
After this move the idea is to reuse it where this code is duplicated.
Once everything will use the same code it will be easier to move to a better
solution.

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


More information about the Koha-bugs mailing list