Change permission check from int to string

This commit is contained in:
Dennis Eichhorn 2018-03-09 22:26:22 +01:00
parent f4a59c478f
commit 7aecc6ad72

View File

@ -10,7 +10,7 @@
"icon": null, "icon": null,
"order": 15, "order": 15,
"from": "Analysis", "from": "Analysis",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1001601001, "parent": 1001601001,
"children": [ "children": [
{ {
@ -24,7 +24,7 @@
"icon": "fa fa-bar-chart", "icon": "fa fa-bar-chart",
"order": 1, "order": 1,
"from": "Analysis", "from": "Analysis",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005401001, "parent": 1005401001,
"children": [] "children": []
}, },
@ -39,7 +39,7 @@
"icon": "fa fa-tag", "icon": "fa fa-tag",
"order": 1, "order": 1,
"from": "Analysis", "from": "Analysis",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005401001, "parent": 1005401001,
"children": [] "children": []
}, },
@ -54,7 +54,7 @@
"icon": "fa fa-users", "icon": "fa fa-users",
"order": 1, "order": 1,
"from": "Analysis", "from": "Analysis",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005401001, "parent": 1005401001,
"children": [] "children": []
}, },
@ -69,7 +69,7 @@
"icon": "fa fa-globe", "icon": "fa fa-globe",
"order": 1, "order": 1,
"from": "Analysis", "from": "Analysis",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005401001, "parent": 1005401001,
"children": [] "children": []
}, },
@ -84,7 +84,7 @@
"icon": "fa fa-paint-brush", "icon": "fa fa-paint-brush",
"order": 1, "order": 1,
"from": "Analysis", "from": "Analysis",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005401001, "parent": 1005401001,
"children": [] "children": []
}, },
@ -99,7 +99,7 @@
"icon": "fa fa-building-o", "icon": "fa fa-building-o",
"order": 1, "order": 1,
"from": "Analysis", "from": "Analysis",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005401001, "parent": 1005401001,
"children": [] "children": []
}, },
@ -114,7 +114,7 @@
"icon": "fa fa-envelope", "icon": "fa fa-envelope",
"order": 1, "order": 1,
"from": "Analysis", "from": "Analysis",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005401001, "parent": 1005401001,
"children": [] "children": []
}, },
@ -129,7 +129,7 @@
"icon": "fa fa-database", "icon": "fa fa-database",
"order": 1, "order": 1,
"from": "Analysis", "from": "Analysis",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005401001, "parent": 1005401001,
"children": [] "children": []
} }