https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053 Bug ID: 22053 Summary: Ability to disable some plugins Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: alex.arnaud@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Target Milestone: --- Today we can only disable all or none plugin by dealing with koha configuration. It would be interesting to be able to temporarily, or not, disable one or more without having to remove them from plugins directory. This could be useful for plugins called by hook like "intranet_catalog_biblio_enhancements_toolbar_button" or checkpw (see bug 20340). Disabling is not like uninstalling. Because here we want to keep the data and db structure created by the plugin in the case it would be enabled again. Also, uninstalled plugin are retrieved by GetPlugins method like installed ones. Work in progress... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.