From dbc06fc55825e68f1fd9b21c2e3493b6bfc81b28 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 39e37c6..ab352b5 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -10,7 +10,7 @@ "icon": null, "order": 60, "from": "ProjectManagement", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1003301001, "children": [ { @@ -24,7 +24,7 @@ "icon": null, "order": 1, "from": "ProjectManagement", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1001701001, "children": [] }, @@ -39,7 +39,7 @@ "icon": null, "order": 5, "from": "ProjectManagement", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1001701001, "children": [] }