mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-44523_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
8707dae4f8
@ -43,7 +43,7 @@ class recent_activity_viewed extends base {
|
|||||||
*/
|
*/
|
||||||
protected function init() {
|
protected function init() {
|
||||||
$this->data['crud'] = 'r';
|
$this->data['crud'] = 'r';
|
||||||
$this->data['edulevel'] = self::LEVEL_OTHER;
|
$this->data['edulevel'] = self::LEVEL_PARTICIPATING;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -49,7 +49,7 @@ class user_report_viewed extends \core\event\base {
|
|||||||
*/
|
*/
|
||||||
protected function init() {
|
protected function init() {
|
||||||
$this->data['crud'] = 'r';
|
$this->data['crud'] = 'r';
|
||||||
$this->data['edulevel'] = self::LEVEL_OTHER;
|
$this->data['edulevel'] = self::LEVEL_PARTICIPATING;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -49,7 +49,7 @@ class report_downloaded extends \core\event\base {
|
|||||||
protected function init() {
|
protected function init() {
|
||||||
$this->data['objecttable'] = 'survey';
|
$this->data['objecttable'] = 'survey';
|
||||||
$this->data['crud'] = 'r';
|
$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() {
|
protected function init() {
|
||||||
$this->data['objecttable'] = 'survey';
|
$this->data['objecttable'] = 'survey';
|
||||||
$this->data['crud'] = 'r';
|
$this->data['crud'] = 'r';
|
||||||
$this->data['edulevel'] = self::LEVEL_OTHER;
|
$this->data['edulevel'] = self::LEVEL_TEACHING;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -42,7 +42,7 @@ class activity_report_viewed extends \core\event\base {
|
|||||||
*/
|
*/
|
||||||
protected function init() {
|
protected function init() {
|
||||||
$this->data['crud'] = 'r';
|
$this->data['crud'] = 'r';
|
||||||
$this->data['edulevel'] = self::LEVEL_OTHER;
|
$this->data['edulevel'] = self::LEVEL_TEACHING;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -48,7 +48,7 @@ class report_viewed extends \core\event\base {
|
|||||||
*/
|
*/
|
||||||
protected function init() {
|
protected function init() {
|
||||||
$this->data['crud'] = 'r';
|
$this->data['crud'] = 'r';
|
||||||
$this->data['edulevel'] = self::LEVEL_OTHER;
|
$this->data['edulevel'] = self::LEVEL_TEACHING;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user