mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
MDL-67853 message: Remove on/offline settings on message preferences
This commit is contained in:
parent
e8ad1eaa43
commit
d74bd798b6
44 changed files with 696 additions and 682 deletions
|
@ -34,7 +34,7 @@ $messageproviders = array(
|
|||
'confirmation' => array(
|
||||
'capability' => 'mod/quiz:emailconfirmsubmission',
|
||||
'defaults' => array(
|
||||
'airnotifier' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
|
||||
'airnotifier' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
|
||||
),
|
||||
),
|
||||
|
||||
|
@ -43,14 +43,14 @@ $messageproviders = array(
|
|||
'attempt_overdue' => array(
|
||||
'capability' => 'mod/quiz:emailwarnoverdue',
|
||||
'defaults' => array(
|
||||
'airnotifier' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
|
||||
'airnotifier' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
|
||||
),
|
||||
),
|
||||
|
||||
'attempt_grading_complete' => [
|
||||
'capability' => 'mod/quiz:emailnotifyattemptgraded',
|
||||
'defaults' => [
|
||||
'airnotifier' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
|
||||
'airnotifier' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
|
||||
],
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue