MDL-33401 blocks: Allow managers to have block:edit capability by default

This commit is contained in:
Ankit Agarwal
2012-06-05 12:35:21 +08:00
committed by Dan Poltawski
parent 6945d524c8
commit e4624f6e6c
+1
View File
@@ -1627,6 +1627,7 @@ $capabilities = array(
'contextlevel' => CONTEXT_BLOCK,
'archetypes' => array(
'editingteacher' => CAP_ALLOW,
'manager' => CAP_ALLOW
)
),