From cd9aeaaee4400bbd7b4b07f2e91153741f7a4032 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 6aee3b4..6e9acd0 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -10,7 +10,7 @@ "icon": null, "order": 50, "from": "QA", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1003301001, "children": [ { @@ -24,7 +24,7 @@ "icon": null, "order": 1, "from": "QA", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1006001001, "children": [] }, @@ -39,7 +39,7 @@ "icon": null, "order": 5, "from": "QA", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1006001001, "children": [] }, @@ -54,7 +54,7 @@ "icon": null, "order": 10, "from": "QA", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1006001001, "children": [] }