Change permission check from int to string

This commit is contained in:
Dennis Eichhorn 2018-03-09 22:26:22 +01:00
parent d43e556cc8
commit bd1f348883

View File

@ -10,7 +10,7 @@
"icon": "fa fa-fire", "icon": "fa fa-fire",
"order": 70, "order": 70,
"from": "Production", "from": "Production",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1000201001, "parent": 1000201001,
"children": [ "children": [
{ {
@ -24,7 +24,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "Production", "from": "Production",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1004301001, "parent": 1004301001,
"children": [ "children": [
{ {
@ -38,7 +38,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "Production", "from": "Production",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1004303001, "parent": 1004303001,
"children": [] "children": []
}, },
@ -53,7 +53,7 @@
"icon": null, "icon": null,
"order": 10, "order": 10,
"from": "Production", "from": "Production",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1004303001, "parent": 1004303001,
"children": [] "children": []
} }