MDL-64395 groups: Added XSS Risk to the manage groups capability

This commit is contained in:
Michael Hawkins 2018-12-19 13:58:11 +08:00 committed by Jenkins
parent 14f9bad3ce
commit 6360f87cdc
2 changed files with 2 additions and 1 deletions

View File

@ -1123,6 +1123,7 @@ $capabilities = array(
),
'moodle/course:managegroups' => array(
'riskbitmask' => RISK_XSS,
'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,

View File

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2018122000.01; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2018122000.02; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.