MDL-8885 editting teachers should be able to see all messages in a course
This commit is contained in:
+2
-1
@@ -111,7 +111,8 @@ $moodle_capabilities = array(
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_SYSTEM,
|
||||
'legacy' => array(
|
||||
'admin' => CAP_ALLOW
|
||||
'admin' => CAP_ALLOW,
|
||||
'editingteacher' => CAP_ALLOW
|
||||
)
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user