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 actions should now have an option to be disabled, similar to plugins themselves.
- Update the `plugin_actions` 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 actions are used to not allow them to be accessed if the plugin action is disabled