protected function get_other_values(renderer_base $output) {
$values = parent::get_other_values($output);
+ global $CFG;
+ require_once($CFG->dirroot.'/course/lib.php');
+
$event = $this->event;
- $legacyevent = container::get_event_mapper()->from_event_to_legacy_event($event);
-
$context = $this->related['context'];
$values['isactionevent'] = false;
-
+ $values['iscourseevent'] = false;
if ($moduleproxy = $event->get_course_module()) {
$modulename = $moduleproxy->get('modname');
$moduleid = $moduleproxy->get('id');
defined('MOODLE_INTERNAL') || die();
- $version = 2017082200.01; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2017082100.00; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2017082300.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.