draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent bb5c6b94ca
commit ef8584cb82
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1001701001, "id": 1001701001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "ProjectManagement", "name": "ProjectManagement",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1001702001, "id": 1001702001,
"pid": "e8f8b3f93644a55dcaa84f20c2d7736fbd9ee62a", "pid": "/backend/projectmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
@ -30,7 +30,7 @@
}, },
{ {
"id": 1001703001, "id": 1001703001,
"pid": "e8f8b3f93644a55dcaa84f20c2d7736fbd9ee62a", "pid": "/backend/projectmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",

View File

@ -28,7 +28,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"e8f8b3f93644a55dcaa84f20c2d7736fbd9ee62a" "/backend/projectmanagement"
], ],
"type": 4, "type": 4,
"for": "Content", "for": "Content",
@ -37,7 +37,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "ProjectManagement", "from": "ProjectManagement",