Fix navigation nav_from from id to name

This commit is contained in:
Dennis Eichhorn 2018-02-04 17:13:51 +01:00
parent 34130c998b
commit 23476a9266

View File

@ -9,7 +9,7 @@
"target": "self", "target": "self",
"icon": "fa fa-shopping-cart", "icon": "fa fa-shopping-cart",
"order": 30, "order": 30,
"from": 1002100000, "from": "Purchase",
"permission": null, "permission": null,
"parent": 0, "parent": 0,
"children": [ "children": [
@ -23,7 +23,7 @@
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 15, "order": 15,
"from": 1002100000, "from": "Purchase",
"permission": null, "permission": null,
"parent": 1002101001, "parent": 1002101001,
"children": [] "children": []