-
Task
-
Resolution: Fixed
-
Major
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_26_STABLE
-
wip-
MDL-40049-master-i -
-
20
-
BACKEND Sprint 5
Replace the add_to_log calls for the following area, with a call to the get_legacy_logdata function in the event class.
mod/choice (5 calls)
/mod/choice/report.php:46: add_to_log($course->id, "choice", "report", "report.php?id=$cm->id", "$choice->id",$cm->id);
/mod/choice/index.php:17: add_to_log($course->id, "choice", "view all", "index.php?id=$course->id", "");
/mod/choice/lib.php:296: add_to_log($course->id, "choice", "choose again", "view.php?id=$cm->id", $choice->id, $cm->id);
/mod/choice/lib.php:310: add_to_log($course->id, "choice", "choose", "view.php?id=$cm->id", $choice->id, $cm->id);
/mod/choice/view.php:79: add_to_log($course->id, "choice", "view", "view.php?id=$cm->id", $choice->id, $cm->id);
- caused a regression
-
MDL-43926 Unit tests fail if an add-on creates a course category at install time
-
- Closed
-
-
MDL-45262 View Responses in a Choice Activity causes a fatal error
-
- Closed
-
-
MDL-45337 Fatal error in mod/choice/report.php
-
- Closed
-
-
MDL-51659 The mod_choice\event\answer_submitted(updated) events are incorrect
-
- Closed
-
- will help resolve
-
MDL-43291 Events for collaboration
-
- Closed
-