From 1ff49e724291f3d5ceeb43cfe7f019b9069dc224 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 0185921..a9a3a80 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -10,7 +10,7 @@ "icon": null, "order": 1, "from": "AssetManagement", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1002601001, "children": [ { @@ -24,7 +24,7 @@ "icon": null, "order": 1, "from": "AssetManagement", - "permission": null, + "permission": { "type": null, "element": null }, "parent": 1006601001, "children": [] }