Change permission check from int to string

This commit is contained in:
Dennis Eichhorn 2018-03-09 22:26:22 +01:00
parent 1a5c175409
commit cd9aeaaee4

View File

@ -10,7 +10,7 @@
"icon": null, "icon": null,
"order": 50, "order": 50,
"from": "QA", "from": "QA",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1003301001, "parent": 1003301001,
"children": [ "children": [
{ {
@ -24,7 +24,7 @@
"icon": null, "icon": null,
"order": 1, "order": 1,
"from": "QA", "from": "QA",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1006001001, "parent": 1006001001,
"children": [] "children": []
}, },
@ -39,7 +39,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "QA", "from": "QA",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1006001001, "parent": 1006001001,
"children": [] "children": []
}, },
@ -54,7 +54,7 @@
"icon": null, "icon": null,
"order": 10, "order": 10,
"from": "QA", "from": "QA",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1006001001, "parent": 1006001001,
"children": [] "children": []
} }