MDL-67262 core_course: Added the ability to recommend activities.
This allows an adminsitrator or a user with 'moodle/course:recommendactivity' to recommend activities in the activity chooser.
This commit is contained in:
committed by
Jake Dallimore
parent
37b2ee3f64
commit
cd09777dbd
@@ -2471,4 +2471,13 @@ $capabilities = array(
|
||||
'manager' => CAP_ALLOW,
|
||||
]
|
||||
],
|
||||
|
||||
// Allow users to recommend activities in the activity chooser.
|
||||
'moodle/course:recommendactivity' => [
|
||||
'captype' => 'write',
|
||||
'contextlevel' => CONTEXT_SYSTEM,
|
||||
'archetypes' => [
|
||||
'manager' => CAP_ALLOW,
|
||||
]
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user