mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-44523 events: Changing edulevels to make them consistent with other events
This commit is contained in:
parent
5fd0df97c5
commit
93d14b8ad1
6 changed files with 6 additions and 6 deletions
|
@ -49,7 +49,7 @@ class report_downloaded extends \core\event\base {
|
|||
protected function init() {
|
||||
$this->data['objecttable'] = 'survey';
|
||||
$this->data['crud'] = 'r';
|
||||
$this->data['edulevel'] = self::LEVEL_OTHER;
|
||||
$this->data['edulevel'] = self::LEVEL_TEACHING;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -49,7 +49,7 @@ class report_viewed extends \core\event\base {
|
|||
protected function init() {
|
||||
$this->data['objecttable'] = 'survey';
|
||||
$this->data['crud'] = 'r';
|
||||
$this->data['edulevel'] = self::LEVEL_OTHER;
|
||||
$this->data['edulevel'] = self::LEVEL_TEACHING;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue