mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +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
|
@ -85,7 +85,7 @@ class submission_graded extends \core\event\base {
|
|||
*/
|
||||
protected function init() {
|
||||
$this->data['crud'] = 'u';
|
||||
$this->data['level'] = 50; // TODO MDL-41040.
|
||||
$this->data['level'] = self::LEVEL_TEACHING;
|
||||
$this->data['objecttable'] = 'assign_grades';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue