draft pid to path fix

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

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1006001001, "id": 1006001001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "QA", "name": "QA",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1006002001, "id": 1006002001,
"pid": "c3ebc146eec492fbcf5ed5d9d43ca6d0cc253583", "pid": "/backend/qa",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "QA", "name": "QA",
@ -30,7 +30,7 @@
}, },
{ {
"id": 1006003001, "id": 1006003001,
"pid": "c3ebc146eec492fbcf5ed5d9d43ca6d0cc253583", "pid": "/backend/qa",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
@ -45,7 +45,7 @@
}, },
{ {
"id": 1006004001, "id": 1006004001,
"pid": "c3ebc146eec492fbcf5ed5d9d43ca6d0cc253583", "pid": "/backend/qa",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Badges", "name": "Badges",

View File

@ -27,7 +27,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"7322d5765c8b18b14c20d406e89c628fd0998688" "/backend/qa"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -36,7 +36,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "QA", "from": "QA",