23 Apr
2024
23 Apr
'24
1:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35979 --- Comment #5 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Not for now, but would be great to have this safe check be done once at BatchUpdateBiblioHoldsQueue::enqueue instead of having to use it every time that particular background job is invoked. Without a QA script check it's hard to make sure a bug like this won't creep up again. Another example of a safe check being WET is GetPlugins having to always check for C4::Context->config("enable_plugins") beforehand. Bit of a tangent, and not for now, sorry! Thanks, Marcel. -- You are receiving this mail because: You are watching all bug changes.