From 02f625b83ba7c7941ae9b31657b6b4ef23779b92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 14 Dec 2020 17:28:32 +0100 Subject: [PATCH] =?utf8?q?Men=C3=BC=20Produktivit=C3=A4t:=20Zugriffsrechte?= =?utf8?q?=20nicht=20am=20Haupteintrag=20fest=20machen=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit und eigene Zugriffssregel für E-Mail-Journal. So kann z.B. das Recht, E-Mail-Journal ansehen, getrennt von der Produktivität gesetzt werden. Ein Hauptmenüpunkt wird nicht angezeigt, wenn keiner seiner Kinder (z.B. wg. fehlender Rechte) angezeigt wird - wenn also keines der Rechte vorhanden ist, so wird, wie vorher auch, der Haupteintrag auch nicht gezeigt. --- menus/user/00-erp.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/menus/user/00-erp.yaml b/menus/user/00-erp.yaml index f7dd6c95c..aa038df72 100644 --- a/menus/user/00-erp.yaml +++ b/menus/user/00-erp.yaml @@ -1007,11 +1007,11 @@ name: Productivity icon: productivity order: 900 - access: productivity - parent: productivity id: productivity_show_todo_list name: Show TODO list order: 100 + access: productivity module: todo.pl params: action: show_todo_list @@ -1019,6 +1019,7 @@ id: productivity_add_follow_up name: Add Follow-Up order: 200 + access: productivity module: fu.pl params: action: add @@ -1026,6 +1027,7 @@ id: productivity_edit_access_rights name: Edit Access Rights order: 300 + access: productivity module: fu.pl params: action: edit_access_rights @@ -1037,6 +1039,7 @@ id: productivity_reports_follow_ups name: Follow-Ups order: 100 + access: productivity module: fu.pl params: action: search @@ -1044,6 +1047,7 @@ id: productivity_reports_email_journal name: Email journal order: 200 + access: email_journal module: controller.pl icon: mail_journal params: -- 2.20.1