mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Add link to ClassSchedule overview in navigation config
This commit is contained in:
@@ -45,6 +45,14 @@ $config['navigation_header'] = array(
|
||||
'expand' => true,
|
||||
'sort' => 30,
|
||||
'requiredPermissions' => 'admin:w'
|
||||
),
|
||||
'classScheduleOverview' => array(
|
||||
'link' => site_url('lehre/ClassSchedule'),
|
||||
'icon' => '',
|
||||
'description' => 'Unterrichtszeiten der Studiengänge',
|
||||
'expand' => true,
|
||||
'sort' => 50,
|
||||
'requiredPermissions' => 'lehre/unterrichtszeiten_gk:r'
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user