Change permission check from int to string

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

View File

@ -10,7 +10,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "Billing", "from": "Billing",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1001601001, "parent": 1001601001,
"children": [ "children": [
{ {
@ -24,7 +24,7 @@
"icon": null, "icon": null,
"order": 1, "order": 1,
"from": "Billing", "from": "Billing",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005104001, "parent": 1005104001,
"children": [] "children": []
}, },
@ -39,7 +39,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "Billing", "from": "Billing",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005104001, "parent": 1005104001,
"children": [] "children": []
} }
@ -56,7 +56,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "Invoice", "from": "Invoice",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1002101001, "parent": 1002101001,
"children": [ "children": [
{ {
@ -70,7 +70,7 @@
"icon": null, "icon": null,
"order": 1, "order": 1,
"from": "Billing", "from": "Billing",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005105001, "parent": 1005105001,
"children": [] "children": []
}, },
@ -85,7 +85,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "Billing", "from": "Billing",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1005105001, "parent": 1005105001,
"children": [] "children": []
} }