Skip to content

Commit

Permalink
MDL-66360 core_grade: New message handler for grade notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies authored and lameze committed Nov 11, 2019
1 parent b6bf1e8 commit 9666372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/en/moodle.php
Expand Up @@ -1213,6 +1213,7 @@
$string['messageprovider:courserequestrejected'] = 'Course creation request rejection notification';
$string['messageprovider:errors'] = 'Important errors with the site';
$string['messageprovider:errors_help'] = 'These are important errors that an administrator should know about.';
$string['messageprovider:gradenotifications'] = 'Grade notifications';
$string['messageprovider:messagecontactrequests'] = 'Message contact requests notification';
$string['messageprovider:notices'] = 'Notices about minor problems';
$string['messageprovider:notices_help'] = 'These are notices that an administrator might be interested in seeing.';
Expand Down
3 changes: 3 additions & 0 deletions lib/db/messages.php
Expand Up @@ -135,4 +135,7 @@
'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDOFF,
)
),

'gradenotifications' => [
],
);

0 comments on commit 9666372

Please sign in to comment.