Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 4.5.0-b1
-
Fix Version/s: None
-
Component/s: Staff Interface
-
Labels:None
Description
When disabling a plugin that has automation tasks, those tasks are not disabled. Since the plugin is disabled, so should it's automation tasks. When re-enabling the plugin, re-enable its automation tasks.
We will not know if the automation task was previously disabled prior to disabling the plugin, that's ok. Re-enabling a plugin should re-enable any of its automation tasks.
Is this referring to the automation task being disabled in the UI under Settings > Automation? I'm not sure it makes sense to disable it here if the plugin is disabled. After all, someone could just re-enable the automation task even if the plugin is still disabled.
When automation tasks are actually run by cron, plugin automation tasks are skipped if the plugin is disabled.