moodle/.upgradenotes/MDL-81872-2024052707330838.yml
2024-05-28 09:25:39 +08:00

13 lines
692 B
YAML

issueNumber: MDL-81872
notes:
core_course:
- message: >+
The reset course page has been improved. The words "Delete" and "Remove" have been removed from all the options to make it easier to focus on the data to be removed and avoid inconsistencies and duplicated information.
Third party plugins implementing reset methods might need to:
- Add static element in the _reset_course_form_definition method before all the options with the Delete string:
`$mform->addElement('static', 'assigndelete', get_string('delete'));`
- Review all the strings used in the reset page to remove the "Delete" or "Remove" words from them.
type: changed