ncstate-delta / moodle-mod_zoom

Moodle plugin for Zoom meeting
https://moodle.org/plugins/mod_zoom
61 stars 108 forks source link

mod_form: bypass completion defaults issue in Moodle 4.3 #555

Closed jrchamp closed 9 months ago

jrchamp commented 9 months ago

In Moodle 4.3, the URL for the completion defaults page was changed from editdefaultcompletion to defaultcompletion. This meant that our current, slightly evil, approach to not making a bunch of API calls on completion pages stopped working. This adds the new pagetype to the list and retains the old one for backward compatibility.

Fixes #552 Supersedes #553

Thanks @opitz!