mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-66034 core: deprecate role_capabilities_updated event
This commit is contained in:
parent
32306e8390
commit
e9b88bcb73
3 changed files with 17 additions and 1 deletions
|
@ -160,3 +160,4 @@ nobackpackcollections,core_badges
|
|||
error:nogroups,core_badges
|
||||
purgedefinitionsuccess,core_cache
|
||||
purgestoresuccess,core_cache
|
||||
eventrolecapabilitiesupdated,core_role
|
|
@ -232,7 +232,6 @@ $string['eventroleallowoverrideupdated'] = 'Allow role override';
|
|||
$string['eventroleallowswitchupdated'] = 'Allow role switch';
|
||||
$string['eventroleallowviewupdated'] = 'Allow role view';
|
||||
$string['eventroleassigned'] = 'Role assigned';
|
||||
$string['eventrolecapabilitiesupdated'] = 'Role capabilities updated';
|
||||
$string['eventroledeleted'] = 'Role deleted';
|
||||
$string['eventroleunassigned'] = 'Role unassigned';
|
||||
$string['eventroleupdated'] = 'Role updated';
|
||||
|
@ -498,3 +497,6 @@ $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.8.
|
||||
$string['eventrolecapabilitiesupdated'] = 'Role capabilities updated';
|
Loading…
Add table
Add a link
Reference in a new issue