-
Bug
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
Easy
-
- Perform a grep for "notifywarning" and ensure there is no occurrence in Moodle.
backup/import.php
147: echo $OUTPUT->notification(get_string('warning'), 'notifywarning');
backup/util/ui/renderer.php
395: $output .= $this->output->notification($warning, 'notifywarning notifyproblem');
The above are the only two uses of notifywarning in the whole of Moodle (including in the CSS, so they don't actually do anything visually).
Presumably both should simply be "notifyproblem".
- Testing discovered
-
MDL-41608 Add mustache-powered renderable for notifications
-
- Closed
-