MDL-71977 navigation: Set default more menu nodes in mod secondary nav
- Part of: MDL-69588
This commit is contained in:
committed by
Mathew May
parent
1a8b11b721
commit
ee63214306
@@ -121,7 +121,8 @@ class secondary extends view {
|
||||
* @return array
|
||||
*/
|
||||
protected function get_default_module_more_menu_nodes(): array {
|
||||
return [];
|
||||
return ['roleoverride', 'rolecheck', 'logreport', 'roleassign', 'filtermanage', 'backup', 'restore',
|
||||
'competencybreakdown'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user