draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent 9f3938e5cb
commit 965a2df66d
2 changed files with 16 additions and 16 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1003001001, "id": 1003001001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "RiskManagement", "name": "RiskManagement",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1003002001, "id": 1003002001,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Cockpit", "name": "Cockpit",
@ -30,7 +30,7 @@
}, },
{ {
"id": 1003007001, "id": 1003007001,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Units", "name": "Units",
@ -45,7 +45,7 @@
}, },
{ {
"id": 1003008001, "id": 1003008001,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Departments", "name": "Departments",
@ -60,7 +60,7 @@
}, },
{ {
"id": 1003009001, "id": 1003009001,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Categories", "name": "Categories",
@ -75,7 +75,7 @@
}, },
{ {
"id": 1003010001, "id": 1003010001,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Projects", "name": "Projects",
@ -90,7 +90,7 @@
}, },
{ {
"id": 1003011001, "id": 1003011001,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Processes", "name": "Processes",
@ -105,7 +105,7 @@
}, },
{ {
"id": 1003003001, "id": 1003003001,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Risks", "name": "Risks",
@ -119,7 +119,7 @@
"children": [ "children": [
{ {
"id": 1003003101, "id": 1003003101,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 5, "type": 5,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
@ -134,7 +134,7 @@
}, },
{ {
"id": 1003003201, "id": 1003003201,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 5, "type": 5,
"subtype": 1, "subtype": 1,
"name": "Delete", "name": "Delete",
@ -149,7 +149,7 @@
}, },
{ {
"id": 1003003301, "id": 1003003301,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 0, "type": 0,
"subtype": 1, "subtype": 1,
"name": "Risk", "name": "Risk",
@ -166,7 +166,7 @@
}, },
{ {
"id": 1003004001, "id": 1003004001,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Causes", "name": "Causes",
@ -181,7 +181,7 @@
}, },
{ {
"id": 1003005001, "id": 1003005001,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Solutions", "name": "Solutions",
@ -196,7 +196,7 @@
}, },
{ {
"id": 1003006001, "id": 1003006001,
"pid": "e653e8c03bdce085c1b490e6b64ba3f747f2e5ca", "pid": "/backend/riskmanagement",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Settings", "name": "Settings",

View File

@ -26,7 +26,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"e653e8c03bdce085c1b490e6b64ba3f747f2e5ca" "/backend/riskmanagement"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -35,7 +35,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "RiskManagement", "from": "RiskManagement",