-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.7.2, 2.8
-
None
-
MOODLE_27_STABLE, MOODLE_28_STABLE
The requiredtime setting in certificate relies on a call to datalib's get_logs function. That function only looks at log data in the old mdl_logs table.
As such, for M2.7 and onwards this feature doesn't work.
certificate_get_course_time() needs to instead be updated to use the new logging api.