From 2bb08052fc3285cd360064a5d982354e708febeb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 9 Mar 2018 22:26:22 +0100 Subject: [PATCH] Change permission check from int to string --- Admin/Install/Navigation.install.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index b6744c5..9602b12 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -10,7 +10,7 @@ "icon": null, "order": 70, "from": "HumanResourceTimeRecording", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1002401001, "children": [ { @@ -24,7 +24,7 @@ "icon": null, "order": 1, "from": "HumanResourceTimeRecording", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1006301001, "children": [] }