draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent 8e59390cd9
commit 7ee3204a0e
2 changed files with 6 additions and 67 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1003202001, "id": 1003202001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Suppliers", "name": "Suppliers",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1003202101, "id": 1003202101,
"pid": "520f00a1a583e4936dc01665781e0dfafd699613", "pid": "/backend/purchase/supplier",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -26,72 +26,11 @@
"from": 1003200000, "from": 1003200000,
"permission": null, "permission": null,
"parent": 1003202001, "parent": 1003202001,
"children": [ "children": []
{
"id": 1003203101,
"pid": "8cb9bb8ac30a3372db74b90f4c847bdb48da45ce",
"type": 3,
"subtype": 1,
"name": "Profile",
"uri": "{/base}/{/lang}/backend/purchase/supplier/profile?{?}",
"target": "self",
"icon": null,
"order": 1,
"from": 1003200000,
"permission": null,
"parent": 1003202101,
"children": []
},
{
"id": 1003203201,
"pid": "8cb9bb8ac30a3372db74b90f4c847bdb48da45ce",
"type": 3,
"subtype": 1,
"name": "Invoices",
"uri": "{/base}/{/lang}/backend/purchase/supplier/invoice/list?{?}",
"target": "self",
"icon": null,
"order": 1,
"from": 1003200000,
"permission": null,
"parent": 1003202101,
"children": []
},
{
"id": 1003203301,
"pid": "8cb9bb8ac30a3372db74b90f4c847bdb48da45ce",
"type": 3,
"subtype": 1,
"name": "Articles",
"uri": "{/base}/{/lang}/backend/purchase/supplier/article/list?{?}",
"target": "self",
"icon": null,
"order": 1,
"from": 1003200000,
"permission": null,
"parent": 1003202101,
"children": []
},
{
"id": 1003203401,
"pid": "8cb9bb8ac30a3372db74b90f4c847bdb48da45ce",
"type": 3,
"subtype": 1,
"name": "Analysis",
"uri": "{/base}/{/lang}/backend/purchase/supplier/analysis?{?}",
"target": "self",
"icon": null,
"order": 1,
"from": 1003200000,
"permission": null,
"parent": 1003202101,
"children": []
}
]
}, },
{ {
"id": 1003202201, "id": 1003202201,
"pid": "520f00a1a583e4936dc01665781e0dfafd699613", "pid": "/backend/purchase/supplier",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",

View File

@ -25,7 +25,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"520f00a1a583e4936dc01665781e0dfafd699613" "/backend/purchase/supplier"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -34,7 +34,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "SupplierManagement", "from": "SupplierManagement",