draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent 468325b3ca
commit 96e171cb3b
2 changed files with 11 additions and 43 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1005104001, "id": 1005104001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Billing", "name": "Billing",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1005104101, "id": 1005104101,
"pid": "722ef87be24d036db431dd65c0418e5502a6eb89", "pid": "/backend/sales/invoice",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -26,27 +26,11 @@
"from": "Billing", "from": "Billing",
"permission": null, "permission": null,
"parent": 1005104001, "parent": 1005104001,
"children": [ "children": []
{
"id": 1005104201,
"pid": "420c091bd6d9f5cd16b1d62569189feb707d6652",
"type": 3,
"subtype": 1,
"name": "Invoice",
"uri": "{/base}/{/lang}/backend/sales/invoice/single?{?}",
"target": "self",
"icon": null,
"order": 1,
"from": "Billing",
"permission": null,
"parent": 1005104101,
"children": []
}
]
}, },
{ {
"id": 1005104301, "id": 1005104301,
"pid": "722ef87be24d036db431dd65c0418e5502a6eb89", "pid": "/backend/sales/invoice",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
@ -63,7 +47,7 @@
}, },
{ {
"id": 1005105001, "id": 1005105001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Invoice", "name": "Invoice",
@ -77,7 +61,7 @@
"children": [ "children": [
{ {
"id": 1005105101, "id": 1005105101,
"pid": "475124021da7877ef311983bb9eb769b1bd94f22", "pid": "/backend/purchase/invoice",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -88,27 +72,11 @@
"from": "Billing", "from": "Billing",
"permission": null, "permission": null,
"parent": 1005105001, "parent": 1005105001,
"children": [ "children": []
{
"id": 1005105201,
"pid": "475124021da7877ef311983bb9eb769b1bd94f22",
"type": 3,
"subtype": 1,
"name": "Invoice",
"uri": "{/base}/{/lang}/backend/purchase/invoice/single?{?}",
"target": "self",
"icon": null,
"order": 1,
"from": "Billing",
"permission": null,
"parent": 1005105101,
"children": []
}
]
}, },
{ {
"id": 1005105301, "id": 1005105301,
"pid": "475124021da7877ef311983bb9eb769b1bd94f22", "pid": "/backend/purchase/invoice",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",

View File

@ -26,8 +26,8 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"722ef87be24d036db431dd65c0418e5502a6eb89", "/backend/sales/billing",
"475124021da7877ef311983bb9eb769b1bd94f22" "/backend/purchase/billing"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -36,7 +36,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "Billing", "from": "Billing",