draft pid to path fix

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

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1003601001, "id": 1003601001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Checklist", "name": "Checklist",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1003602001, "id": 1003602001,
"pid": "485c01f6ec77f5370a8060bb44b8a13a985184b5", "pid": "/backend/checklist",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -30,7 +30,7 @@
}, },
{ {
"id": 1003603001, "id": 1003603001,
"pid": "485c01f6ec77f5370a8060bb44b8a13a985184b5", "pid": "/backend/checklist",
"type": 3, "type": 3,
"subtype": 5, "subtype": 5,
"name": "Templates", "name": "Templates",
@ -45,7 +45,7 @@
}, },
{ {
"id": 1003604001, "id": 1003604001,
"pid": "485c01f6ec77f5370a8060bb44b8a13a985184b5", "pid": "/backend/checklist",
"type": 3, "type": 3,
"subtype": 5, "subtype": 5,
"name": "CreateTemplate", "name": "CreateTemplate",

View File

@ -27,7 +27,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"485c01f6ec77f5370a8060bb44b8a13a985184b5" "/backend/checklist"
], ],
"type": 4, "type": 4,
"for": "Content", "for": "Content",
@ -36,7 +36,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "Checklist", "from": "Checklist",