-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_27_STABLE
-
wip-mdl-40917
-
-
8
-
BACKEND Sprint 9
Replace the add_to_log calls for the following area, with a call to the get_legacy_logdata function in the event class.
mod_resource
/mod/resource/index.php:36:add_to_log($course->id, 'resource', 'view all', "index.php?id=$course->id", '');
/mod/resource/view.php:56:add_to_log($course->id, 'resource', 'view', 'view.php?id='.$cm->id, $resource->id, $cm->id);
- will help resolve
-
MDL-43292 Events for resources
-
- Closed
-