Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.9.0-b1
-
Component/s: Plugins, Staff Interface
-
Labels:None
Description
Plugin events should now have an option to be disabled, similar to plugins themselves.
- Update the `plugin_events` table to add a new column for `enabled` tinyint(1), similar to plugins
- Update all functionality to accept adding/updating/fetching the new `enabled` column
- Update all locations where plugin events are used to not allow them to be called/used if the plugin event is disabled