mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-40055 mod_assign: Setting level according to new event constants
This commit is contained in:
parent
5e8eb969e0
commit
959a328472
12 changed files with 12 additions and 12 deletions
|
@ -95,7 +95,7 @@ class all_submissions_downloaded extends \core\event\base {
|
|||
*/
|
||||
protected function init() {
|
||||
$this->data['crud'] = 'r';
|
||||
$this->data['level'] = 50; // TODO MDL-37658.
|
||||
$this->data['level'] = self::LEVEL_TEACHING;
|
||||
$this->data['objecttable'] = 'assign';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue