Change permission check from int to string

This commit is contained in:
Dennis Eichhorn 2018-03-09 22:26:22 +01:00
parent 59824f7797
commit 0c9828a64e

View File

@ -10,7 +10,7 @@
"icon": "fa fa-shopping-cart", "icon": "fa fa-shopping-cart",
"order": 30, "order": 30,
"from": "Purchase", "from": "Purchase",
"permission": null, "permission": { "type": null, "element": null },
"parent": 0, "parent": 0,
"children": [ "children": [
{ {
@ -24,7 +24,7 @@
"icon": null, "icon": null,
"order": 15, "order": 15,
"from": "Purchase", "from": "Purchase",
"permission": null, "permission": { "type": null, "element": null },
"parent": 1002101001, "parent": 1002101001,
"children": [] "children": []
} }