draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent 829198a696
commit f746b274ba
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1000901001, "id": 1000901001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 1, "type": 1,
"subtype": 1, "subtype": 1,
"name": "Calendar", "name": "Calendar",
@ -16,7 +16,7 @@
}, },
{ {
"id": 1000901002, "id": 1000901002,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Calendar", "name": "Calendar",

View File

@ -25,7 +25,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"fb78d7e421e4178d31a384fb394dcf2369fff309" "/backend/calendar"
], ],
"type": 4, "type": 4,
"for": "Content", "for": "Content",
@ -34,7 +34,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "Calendar", "from": "Calendar",