mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-27171 messages: add default message outputs management interface
This introduces the new page where admin may change the permissions and defaults for particular combination of message processors and providers. Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
This commit is contained in:
parent
e710658d89
commit
1d72e9d441
8 changed files with 326 additions and 23 deletions
|
@ -445,6 +445,7 @@ class page_requirements_manager {
|
|||
break;
|
||||
case 'core_message':
|
||||
$module = array('name' => 'core_message',
|
||||
'requires' => array('base', 'node', 'event', 'node-event-simulate'),
|
||||
'fullpath' => '/message/module.js');
|
||||
break;
|
||||
case 'core_flashdetect':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue