mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-63691 core: added capability for creating group conversations
This commit is contained in:
parent
e2a687f689
commit
59f98779fb
3 changed files with 12 additions and 1 deletions
|
@ -788,6 +788,16 @@ $capabilities = array(
|
|||
)
|
||||
),
|
||||
|
||||
'moodle/course:creategroupconversations' => array(
|
||||
'riskbitmask' => RISK_XSS,
|
||||
'captype' => 'write',
|
||||
'contextlevel' => CONTEXT_COURSE,
|
||||
'archetypes' => array(
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
'manager' => CAP_ALLOW
|
||||
)
|
||||
),
|
||||
|
||||
'moodle/course:request' => array(
|
||||
'captype' => 'write',
|
||||
'contextlevel' => CONTEXT_SYSTEM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue