MDL-78175 course: move role renaming to participants

This commit is contained in:
Ferran Recio
2023-05-29 09:25:18 +02:00
parent 4ed782dd03
commit 0ad8fd077c
11 changed files with 157 additions and 44 deletions
@@ -68,7 +68,8 @@ class participants_action_bar implements \renderable {
return [
'enrolments:enrol' => [
'review',
'manageinstances'
'manageinstances',
'renameroles',
],
'groups:group' => [
'groups'
@@ -81,7 +82,7 @@ class participants_action_bar implements \renderable {
'roleoverride',
'rolecheck',
'roleassign',
]
],
];
}