-
Bug
-
Resolution: Fixed
-
Major
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
Easy
-
admin/webservice/service_user_settings.php, line 71 |
$notification = $OUTPUT->notification(get_string('usersettingssaved', 'webservice'), 'success');
|
In the above line, I assume the class 'success' was intended to be 'notifysuccess' as used in all similar notifications. There's no CSS that matches 'sucess' so it's not actually doing anything.
- Testing discovered
-
MDL-41608 Add mustache-powered renderable for notifications
-
- Closed
-