-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_27_STABLE
-
MDL-40915-master -
-
20
-
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.
Calendar
/calendar/lib.php:2236: add_to_log($this->properties->courseid, 'calendar', 'add', 'event.php?action=edit&id='.$this->properties->id, $this->properties->name);
/calendar/lib.php:2265: add_to_log($eventcopy->courseid, 'calendar', 'add', 'event.php?action=edit&id='.$eventcopyid, $eventcopy->name);
/calendar/lib.php:2320: add_to_log($this->properties->courseid, 'calendar', 'edit all', 'event.php?action=edit&id='.$this->properties->id, $this->properties->name);
/calendar/lib.php:2325: add_to_log($this->properties->courseid, 'calendar', 'edit', 'event.php?action=edit&id='.$this->properties->id, $this->properties->name);
Suggested additional events:
Check to see if deleting a calendar event requires an event.
- is blocked by
-
MDL-44370 Incorrect urls for calendar logs in log and loglive reports
-
- Closed
-