-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-74421-master -
- Go to the task logs screen (site admin / Server / Tasks / Task logs)
- Open the 'Filter' popup
- Confirm: The first filter option should be called 'Class name'.
The new filters on the task log screen (now that it's converted to a system report) are very nice, but the 'Name' filter only works using the class name. It should work with both the class name, and the display name (language string) because both are displayed in the 'Name' column.
Previous behaviour (pre Moodle 4) did search both (along with all the other text) so I think this is a regression, if people are used to searching for a particular string to find a task, they might not find it.
These test steps assume that the tool_messageinbound scheduled task has run recently.
- Go to task logs (admin / Server / Tasks / Task logs)
- Click the filters, and set 'Name' to 'Contains', then type 'messageinbound'.
- Apply filters
- The task 'Incoming email pickup \tool_messageinbound\task\pickup_task' is included in the results.
- Open the filters and change the search text from 'messageinbound' to 'email'.
- Apply filters
- The task should be included in the results, but isn't.