Change permission check from int to string

This commit is contained in:
Dennis Eichhorn 2018-03-09 22:26:22 +01:00
parent 28c572e89d
commit 4d8c80a404

View File

@ -10,7 +10,7 @@
"icon": "fa fa-home", "icon": "fa fa-home",
"order": 10, "order": 10,
"from": "Dashboard", "from": "Dashboard",
"permission": null, "permission": { "type": null, "element": null },
"parent": 0, "parent": 0,
"children": [ "children": [
{ {
@ -24,7 +24,7 @@
"icon": null, "icon": null,
"order": 1, "order": 1,
"from": "Dashboard", "from": "Dashboard",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1000201001, "parent": 1000201001,
"children": [] "children": []
} }
@ -41,7 +41,7 @@
"icon": "fa fa-power-off", "icon": "fa fa-power-off",
"order": 999, "order": 999,
"from": "Dashboard", "from": "Dashboard",
"permission": null, "permission": { "type": null, "element": null },
"parent": 0, "parent": 0,
"children": [] "children": []
} }