mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Fixed: Restricted permission for display of side navigation menu LA-Erteilen
This commit is contained in:
@@ -154,6 +154,7 @@ $config['navigation_menu']['lehre/lehrauftrag/LehrauftragErteilen/index'] = arra
|
||||
'description' => 'Lehrauftrag bestellen',
|
||||
'icon' => '',
|
||||
'sort' => 1,
|
||||
'requiredPermissions' => 'lehre/lehrauftrag_bestellen:r',
|
||||
'target' => '_blank'
|
||||
),
|
||||
'lehrauftragErteilen' => array(
|
||||
@@ -161,6 +162,7 @@ $config['navigation_menu']['lehre/lehrauftrag/LehrauftragErteilen/index'] = arra
|
||||
'description' => 'Lehrauftrag erteilen',
|
||||
'icon' => '',
|
||||
'sort' => 1,
|
||||
'requiredPermissions' => 'lehre/lehrauftrag_erteilen:r',
|
||||
'target' => '_blank'
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user