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:
Eloy Lafuente (stronk7) 2019-04-23 23:55:35 +02:00
parent 1470cfc2fd
commit f7b52799e6
3 changed files with 1 additions and 7 deletions

View file

@ -153,4 +153,3 @@ hidedockpanel,core_block
undockall,core_block
undockblock,core_block
undockitem,core_block
course:browse,core_role

View file

@ -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';