Details
-
Bug
-
Resolution: Fixed
-
Minor
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
-
MDL-44717-master -
-
20
-
BACKEND Sprint 12
Description
Many of the events have incorrect urls.
example:-
return new \moodle_url('report/loglive/index.php', array('id' => $this->courseid));
return new \moodle_url('report/log/index.php', array('id' => $this->courseid));
etc
There are some other issues with some events as well such as missing/incorrect strings etc.
Attachments
Issue Links
- caused a regression
-
MDL-44945 wrong event snapshot in mod workshop
-
- Closed
-
- Discovered while testing
-
MDL-44887 Add asserts for event methods after restore
-
- Closed
-
- has been marked as being related by
-
MDL-44886 Create unit tests for mod_workshop events
-
- Closed
-
- is blocked by
-
MDL-44746 Remove incorrect use of snapshots in events
-
- Closed
-