-
Improvement
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_27_STABLE
-
w14_
MDL-40910_m27_usergraded -
-
13
-
BACKEND Sprint 12
Replace the add_to_log calls for the following area, with a call to the get_legacy_logdata function in the event class.
grade
./grade/report/grader/ajax_callbacks.php:127: add_to_log($course->id, 'grade', 'update', $url, $info);
./grade/report/grader/lib.php:309: add_to_log($this->course->id, 'grade', 'update', $url, $info);
./grade/edit/tree/grade.php:212: add_to_log($course->id, 'grade', 'update', $url, $info);
./grade/edit/tree/grade.php:239: add_to_log($course->id, 'grade', 'update', $url, $info);