From 218a4685870558e62b0533b8b01e995f474c7ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 17 Dec 2019 17:51:20 +0100 Subject: [PATCH] Lecturer Menu Entry is now only viisible with the correct Permission --- application/config/navigation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/config/navigation.php b/application/config/navigation.php index 09df29d70..9c641bb32 100644 --- a/application/config/navigation.php +++ b/application/config/navigation.php @@ -163,6 +163,7 @@ $config['navigation_menu']['lehre/lehrauftrag/Lehrauftrag/*'] = array( 'lehrauftragLehrendeÜbersicht' => array( 'link' => site_url('lehre/lehrauftrag/Lehrauftrag/LehrendeUebersicht'), 'description' => 'Lehrendenübersicht', + 'requiredPermissions' => 'lehre/lehrauftrag_erteilen:r', 'icon' => '', 'sort' => 1, 'requiredPermissions' => array('lehre/lehrauftrag_bestellen:r')