draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent 27d08d300e
commit 79641dce7a
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1004301001, "id": 1004301001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 0, "subtype": 0,
"name": "Production", "name": "Production",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1004303001, "id": 1004303001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Production", "name": "Production",
@ -29,7 +29,7 @@
"children": [ "children": [
{ {
"id": 1004303101, "id": 1004303101,
"pid": "8bcf3571d1d43ecefeeb78a999f83418ccfd4f71", "pid": "/backend/production",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -44,7 +44,7 @@
}, },
{ {
"id": 1004303201, "id": 1004303201,
"pid": "8bcf3571d1d43ecefeeb78a999f83418ccfd4f71", "pid": "/backend/production",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",

View File

@ -25,7 +25,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"8bcf3571d1d43ecefeeb78a999f83418ccfd4f71" "/backend/production"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -34,7 +34,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "Production", "from": "Production",