rogerbaba / moodle-mod_groupselect

Group self formation module for Moodle
https://moodle.org/plugins/mod_groupselect
6 stars 12 forks source link

Audit $OUTPUT notifications #82

Closed cameron1729 closed 2 years ago

cameron1729 commented 3 years ago

Currently this plugin simply uses $OUTPUT->notification() with the default notification (error). Which is not appropriate in all cases (e.g., https://github.com/rogerbaba/moodle-mod_groupselect/blob/master/view.php#L589).

Changing some of these to INFO or WARNING would improve the UX of the plugin.