File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 105
105
)
106
106
),
107
107
108
+ 'mod/customcert:managekeeplocalcopy ' => array (
109
+ 'captype ' => 'write ' ,
110
+ 'contextlevel ' => CONTEXT_COURSE ,
111
+ 'archetypes ' => array (
112
+ 'editingteacher ' => CAP_ALLOW ,
113
+ 'manager ' => CAP_ALLOW
114
+ ),
115
+ 'clonepermissionsfrom ' => 'moodle/course:manageactivities '
116
+ ),
117
+
118
+ 'mod/customcert:deletelocalcopy ' => array (
119
+ 'captype ' => 'write ' ,
120
+ 'contextlevel ' => CONTEXT_COURSE ,
121
+ 'archetypes ' => array (
122
+ 'editingteacher ' => CAP_ALLOW ,
123
+ 'manager ' => CAP_ALLOW
124
+ ),
125
+ 'clonepermissionsfrom ' => 'moodle/course:manageactivities '
126
+ ),
127
+
108
128
'mod/customcert:manageemailstudents ' => array (
109
129
'captype ' => 'write ' ,
110
130
'contextlevel ' => CONTEXT_COURSE ,
You can’t perform that action at this time.
0 commit comments