| Summary: | Suspend a plugin method or specific plugin class (per process or vhost) | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Plugin architecture | Assignee: | Marcel de Rooy <m.de.rooy> |
| Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | dcook, jonathan.druart, kyle, martin.renvoize, nick, pedro.amorim |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 41991: Introduce SUSPEND_PLUGIN in Koha::Plugins->call
Bug 41991: Unit tests Bug 41991: Unit tests |
||
|
Description
Marcel de Rooy
2026-03-05 09:05:21 UTC
Any feedback appreciated. Created attachment 194514 [details] [review] Bug 41991: Introduce SUSPEND_PLUGIN in Koha::Plugins->call Test plan: Add a SetEnv for your staff client in Apache to suspend a plugin class. Verify that that specific plugin class was not run. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 194515 [details] [review] Bug 41991: Unit tests Test plan: Run t/db_dependent/Koha/Plugins/Plugins.t Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 194516 [details] [review] Bug 41991: Unit tests Test plan: Run t/db_dependent/Koha/Plugins/Plugins.t Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> |