Closed mudrd8mz closed 1 year ago
You also get this warning when editing the subcourse activity:
*_get_completion_state() callback functions such as subcourse_get_completion_state have been deprecated and should no longer be used. Please implement the custom completion class mod_subcourse\completion\custom_completion which extends \core_completion\activity_custom_completion.
line 734 of /lib/completionlib.php: call to debugging()
line 671 of /lib/completionlib.php: call to completion_info->internal_get_state()
line 1010 of /lib/completionlib.php: call to completion_info->update_state()
line 714 of /course/modlib.php: call to completion_info->reset_all_state()
line 173 of /course/modedit.php: call to update_moduleinfo()
partial patch for this in the closed (old) PR #58 - would be good for someone to create a PR with just that change on it's own to look at merging it in - if no one else does this I'll see what I can do...