draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent 62fdc664c7
commit 574f376eca
2 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1002601001, "id": 1002601001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 0, "subtype": 0,
"name": "Accounting", "name": "Accounting",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1002602001, "id": 1002602001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Accounts", "name": "Accounts",
@ -29,7 +29,7 @@
"children": [ "children": [
{ {
"id": 1002602101, "id": 1002602101,
"pid": "1259733702c323edae599221fcbf82f0a479372a", "pid": "/backend/accounting",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -44,7 +44,7 @@
}, },
{ {
"id": 1002602201, "id": 1002602201,
"pid": "1259733702c323edae599221fcbf82f0a479372a", "pid": "/backend/accounting",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
@ -61,7 +61,7 @@
}, },
{ {
"id": 1002605001, "id": 1002605001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "BatchPostings", "name": "BatchPostings",
@ -75,7 +75,7 @@
"children": [ "children": [
{ {
"id": 1002605101, "id": 1002605101,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -90,7 +90,7 @@
}, },
{ {
"id": 1002605201, "id": 1002605201,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Archive", "name": "Archive",
@ -105,7 +105,7 @@
}, },
{ {
"id": 1002605301, "id": 1002605301,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Predefined", "name": "Predefined",
@ -120,7 +120,7 @@
}, },
{ {
"id": 1002605401, "id": 1002605401,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
@ -137,7 +137,7 @@
}, },
{ {
"id": 1002606001, "id": 1002606001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Entries", "name": "Entries",

View File

@ -25,7 +25,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"47e9d72449035cd040e0f93693fd0a925bf6e340" "/backend/accounting"
], ],
"type": 4, "type": 4,
"for": "Content", "for": "Content",
@ -34,7 +34,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "Accounting", "from": "Accounting",