catalyst / moodle-mod_subcourse

Subcourse module for Moodle
https://moodle.org/plugins/mod_subcourse
GNU General Public License v3.0
25 stars 41 forks source link

Add suffix for completion rules on Moodle 4.3+ #80

Closed izendegi closed 4 months ago

izendegi commented 7 months ago

From version 4.3 Moodle needs to append a suffix to completion rules (https://moodledev.io/docs/4.3/devupdate#append-a-suffix-to-the-completion-rules).

Missing these results in being removed from the Default activity completion form.

Doing something similar to this should be enough to fix this.

danmarsden commented 7 months ago

Thanks for the report - feel free to help further by submitting a pull request otherwise we'll try to get to this sometime!