mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Merge branch 'master_MDL-68054' of https://github.com/danmarsden/moodle
This commit is contained in:
commit
28bff4cff4
@ -969,7 +969,7 @@ $capabilities = array(
|
||||
|
||||
'moodle/course:viewhiddenactivities' => array(
|
||||
|
||||
'captype' => 'write',
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array(
|
||||
'teacher' => CAP_ALLOW,
|
||||
@ -1558,7 +1558,7 @@ $capabilities = array(
|
||||
|
||||
'moodle/course:viewhiddensections' => array(
|
||||
|
||||
'captype' => 'write',
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_COURSE,
|
||||
'archetypes' => array(
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
|
Loading…
x
Reference in New Issue
Block a user