mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-64528-master' of https://github.com/mackensen/moodle
This commit is contained in:
commit
6ada5b713b
5 changed files with 13 additions and 1 deletions
|
@ -2460,4 +2460,13 @@ $capabilities = array(
|
|||
'archetypes' => [
|
||||
],
|
||||
],
|
||||
|
||||
// Manual completion toggling.
|
||||
'moodle/course:togglecompletion' => [
|
||||
'captype' => 'write',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => [
|
||||
'user' => CAP_ALLOW,
|
||||
],
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue