draft pid to path fix

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

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1005901001, "id": 1005901001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Wiki", "name": "Wiki",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1005902001, "id": 1005902001,
"pid": "0e47995e728ecc121561ee553b7be752ffebbaa7", "pid": "/backend/wiki",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Wiki", "name": "Wiki",
@ -30,7 +30,7 @@
}, },
{ {
"id": 1005903001, "id": 1005903001,
"pid": "0e47995e728ecc121561ee553b7be752ffebbaa7", "pid": "/backend/wiki",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
@ -45,7 +45,7 @@
}, },
{ {
"id": 1005904001, "id": 1005904001,
"pid": "0e47995e728ecc121561ee553b7be752ffebbaa7", "pid": "/backend/wiki",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Categories", "name": "Categories",

View File

@ -27,7 +27,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"0e47995e728ecc121561ee553b7be752ffebbaa7" "/backend/wiki"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -36,7 +36,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "Knowledgebase", "from": "Knowledgebase",