mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-65354 core: pretend that 'moodle/course:browse' never existed
As far as the old capability only was added to master and we are renaming it before release: - don't need to deprecate the lang string. - don't need to make any reference to it in the upgrade.txt info So, basically, pretend it never existed.
This commit is contained in:
parent
1470cfc2fd
commit
f7b52799e6
3 changed files with 1 additions and 7 deletions
|
@ -153,4 +153,3 @@ hidedockpanel,core_block
|
|||
undockall,core_block
|
||||
undockblock,core_block
|
||||
undockitem,core_block
|
||||
course:browse,core_role
|
||||
|
|
|
@ -495,6 +495,3 @@ $string['privacy:metadata:role_capabilities:tableexplanation'] = 'The capabiliti
|
|||
$string['privacy:metadata:role_capabilities:timemodified'] = 'The date when the capability was created or modified.';
|
||||
$string['privacy:metadata:role_cohortroles'] = 'Roles to cohort';
|
||||
$string['course:togglecompletion'] = 'Manually mark activities as complete';
|
||||
|
||||
// Deprecated since Moodle 3.7
|
||||
$string['course:browse'] = 'View list of courses where user is not enrolled';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue