moodle-mod_tincanlaunch
moodle-mod_tincanlaunch copied to clipboard
Add suffix for completion rules on Moodle 4.3+
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.
Hello everyone, We also had the same issue for Moodle 4.3, I already made a patch for mod_tincanlaunch, see it here: Add_suffix_to_mod_tincanlaunch.patch
Hi,
I've transformed the patch proposed by @TheBryanOpen228 to this PR: #234