https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35979 --- Comment #7 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Pedro Amorim from comment #5)
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.
Follow-up adds foundation. This could be backported. Changing all occurrences is a future enhancement (will open new report). -- You are receiving this mail because: You are watching all bug changes.