mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-33401 blocks: Allow managers to have block:edit capability by default
This commit is contained in:
parent
4db061680e
commit
586e797689
@ -1679,6 +1679,7 @@ $capabilities = array(
|
||||
'contextlevel' => CONTEXT_BLOCK,
|
||||
'archetypes' => array(
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
'manager' => CAP_ALLOW
|
||||
)
|
||||
),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user