draft pid to path fix

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

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1002201001, "id": 1002201001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 0, "subtype": 0,
"name": "RnD", "name": "RnD",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1002202001, "id": 1002202001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Projects", "name": "Projects",
@ -29,7 +29,7 @@
"children": [ "children": [
{ {
"id": 1002202101, "id": 1002202101,
"pid": "f37d0b45c43b1ee70d7b26791640cda9402d203e", "pid": "/backend/rnd",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -44,7 +44,7 @@
}, },
{ {
"id": 1002202201, "id": 1002202201,
"pid": "f37d0b45c43b1ee70d7b26791640cda9402d203e", "pid": "/backend/rnd",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",

View File

@ -25,7 +25,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"f37d0b45c43b1ee70d7b26791640cda9402d203e" "/backend/rnd"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -34,7 +34,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "ResearchDevelopment", "from": "ResearchDevelopment",