draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent 64affef4e5
commit 616b790120
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1001001001, "id": 1001001001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "BusinessExpenses", "name": "BusinessExpenses",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1001002001, "id": 1001002001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",

View File

@ -25,7 +25,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "BusinessExpenses", "from": "BusinessExpenses",