ndunand / moodle-mod_choicegroup

Moodle "Group Choice" plugin
https://moodle.org/plugins/mod_choicegroup
35 stars 63 forks source link

Always get the correct mod edit mform (#143) #144

Closed ericmerrill closed 3 years ago

ericmerrill commented 3 years ago

There can be multiple Moodle forms on a page. Particularly with global search enabled in Moodle 3.10 and up - the menu bar contains one. This patch gets the proper form's unique ID of the mod edit form for the javascript, instead of just assuming the first form.mform will be what we are looking for.