draft pid to path fix

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

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1005501001, "id": 1005501001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Workflows", "name": "Workflows",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1005502001, "id": 1005502001,
"pid": "ac3d9bdf783c7963f449488e33c60133b3dbe6f8", "pid": "/backend/workflow",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Dashboard", "name": "Dashboard",
@ -30,7 +30,7 @@
}, },
{ {
"id": 1005503001, "id": 1005503001,
"pid": "ac3d9bdf783c7963f449488e33c60133b3dbe6f8", "pid": "/backend/workflow",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Templates", "name": "Templates",
@ -45,7 +45,7 @@
}, },
{ {
"id": 1005504001, "id": 1005504001,
"pid": "ac3d9bdf783c7963f449488e33c60133b3dbe6f8", "pid": "/backend/workflow",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",

View File

@ -26,7 +26,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"ac3d9bdf783c7963f449488e33c60133b3dbe6f8" "/backend/workflow"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -35,7 +35,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "Workflow", "from": "Workflow",