draft pid to path fix

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

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1005801001, "id": 1005801001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Kanban", "name": "Kanban",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1005802001, "id": 1005802001,
"pid": "7322d5765c8b18b14c20d406e89c628fd0998688", "pid": "/backend/kanban",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Boards", "name": "Boards",
@ -30,7 +30,7 @@
}, },
{ {
"id": 1005803001, "id": 1005803001,
"pid": "7322d5765c8b18b14c20d406e89c628fd0998688", "pid": "/backend/kanban",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Archive", "name": "Archive",
@ -45,7 +45,7 @@
}, },
{ {
"id": 1005804001, "id": 1005804001,
"pid": "7322d5765c8b18b14c20d406e89c628fd0998688", "pid": "/backend/kanban",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",

View File

@ -28,7 +28,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"7322d5765c8b18b14c20d406e89c628fd0998688" "/backend/kanban"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -37,7 +37,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "Kanban", "from": "Kanban",