draft pid to path fix

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

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1000301001, "id": 1000301001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Profiles", "name": "Profiles",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1000302001, "id": 1000302001,
"pid": "722846d6c55f46fd3d372bba7311a150acd1f23c", "pid": "/backend/profile",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -30,7 +30,7 @@
}, },
{ {
"id": 1000303001, "id": 1000303001,
"pid": "722846d6c55f46fd3d372bba7311a150acd1f23c", "pid": "/backend/profile",
"type": 5, "type": 5,
"subtype": 1, "subtype": 1,
"name": "Profile", "name": "Profile",
@ -45,7 +45,7 @@
}, },
{ {
"id": 1000303002, "id": 1000303002,
"pid": "722846d6c55f46fd3d372bba7311a150acd1f23c", "pid": "/backend/profile",
"type": 5, "type": 5,
"subtype": 1, "subtype": 1,
"name": "Settings", "name": "Settings",

View File

@ -26,7 +26,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"88a70f9456abff33fda791878b9c0bcbe2cb5bc4" "/backend/profile"
], ],
"type": 4, "type": 4,
"for": "Content", "for": "Content",
@ -35,7 +35,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "Profile", "from": "Profile",