-
Bug
-
Resolution: Fixed
-
Minor
-
4.2, 4.2.6
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE, MOODLE_403_STABLE
-
MDL-78438-403 -
The string reopencolumn | gradereport_grader shows as 'Reopen column' in the UI rather than 'Reopen {$a} column'.
Steps to reproduce:
- Go to a course with a gradebook containing some grade items e.g. https://qa.moodledemo.net/grade/report/grader/index.php?id=2
- From the cell actions menu, collapse a column.
- Mouse over the + icon to see the tooltip.
Expected result: 'Reopen {$a} column' is shown, where the parameter is replaced by the grade item name.
Actual result: 'Reopen column' is shown.
This is a tiny bug, but if you have several collapsed columns, it's helpful having the grade item name in the tooltip.