-
Improvement
-
Resolution: Fixed
-
Minor
-
3.7.4, 3.8.1, 3.9
-
MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
On the screen where you edit the settings for a particular scheduled task (e.g. .../admin/tool/task/scheduledtasks.php?action=edit&task=...) it would be helpful to show the defaults (from the corresponding .../db/tasks/php file) in the form.
Also, at the top of this form, it should give the full name of the task (e.g. \core\task\analytics_cleanup_task) as well as the human-readable name (e.g. Analytics cleanup). It would probably also help to show the component name, as in the scheduled tasks table.
This is similar to the way that the roles UI shows you the defaults from the corresponding role archetype.
This would help admins editing the settings, to know how their current settings compare to the defaults.