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",
"order": 30,
"from": "Purchase",
"permission": null,
"permission": { "type": null, "element": null },
"parent": 0,
"children": [
{
@ -24,7 +24,7 @@
"icon": null,
"order": 15,
"from": "Purchase",
"permission": null,
"permission": { "type": null, "element": null },
"parent": 1002101001,
"children": []
}