https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41991 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #194514|0 |1 is obsolete| | --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 194619 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194619&action=edit Bug 41991: Introduce SUSPEND_PLUGIN in Koha::Plugins->call Test plan: Add a SetEnv for your staff client in Apache to suspend a plugin. Also add a RequestHeader as described in Koha/Middleware/SetEnv. Example: SetEnv SUSPEND_PLUGIN_report "1" RequestHeader add X-Koha-SetEnv "SUSPEND_PLUGIN_report 1" Verify that the specific plugin class/method was not run. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.