-
Improvement
-
Resolution: Fixed
-
Minor
-
4.1
-
MOODLE_401_STABLE
-
MOODLE_401_STABLE
-
When the task api was created for some unknown reason scheduled tasks have a concept of a name but adhoc tasks for not:
https://github.com/moodle/moodle/blob/master/lib/classes/task/scheduled_task.php#L566-L571
I'm proposing to move this up a level so all tasks get it, and also to make it backward compatible the default name for an adhoc task will be inferred from its class.
Adhoc tasks have been second class citizens for too long but will be first class when MDL-70975, MDL-68407 land.
- Discovered while testing
-
MDL-67685 Tasks log: improve class name filter
- Closed