MDL-75308 task: explicit check for tasks of disabled plugins.
commit91ae2c25b4859f8b22423a341c2e18c32619e2e7
authorPaul Holden <paulh@moodle.com>
Tue, 26 Jul 2022 10:22:54 +0000 (26 11:22 +0100)
committerPaul Holden <paulh@moodle.com>
Tue, 30 Aug 2022 12:04:06 +0000 (30 13:04 +0100)
treef79729bd9eccca7bef47a442213fb1f4d0f304e6
parent952d9e9f188370bb33f29f54d4682c9eca87b872
MDL-75308 task: explicit check for tasks of disabled plugins.

The enabled state of a plugin is a tri-state value (boolean or
null). We should be consistent with elsewhere by only considering
boolean false as an actually disabled plugin.

See also cdcb53a1 for similar change in task management.
admin/tool/task/renderer.php
lib/classes/task/task_base.php