draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent b253d3b654
commit d6039e3bff
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1005201001, "id": 1005201001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Draw", "name": "Draw",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1005202001, "id": 1005202001,
"pid": "e19f4e17662b65bae885bc55cbb55797677ecc40", "pid": "/backend/draw",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -30,7 +30,7 @@
}, },
{ {
"id": 1005202101, "id": 1005202101,
"pid": "e19f4e17662b65bae885bc55cbb55797677ecc40", "pid": "/backend/draw",
"type": 3, "type": 3,
"subtype": 5, "subtype": 5,
"name": "Create", "name": "Create",

View File

@ -27,7 +27,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"e19f4e17662b65bae885bc55cbb55797677ecc40" "/backend/draw"
], ],
"type": 4, "type": 4,
"for": "Content", "for": "Content",
@ -36,7 +36,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "Draw", "from": "Draw",