draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent c6199b95e9
commit c948808eee
2 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1000701001, "id": 1000701001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "News", "name": "News",
@ -15,7 +15,7 @@
"children": [ "children": [
{ {
"id": 1000702001, "id": 1000702001,
"pid": "d7470914e19522acc310a55e5cb13a6f0f7ca000", "pid": "/backend/news",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "News", "name": "News",
@ -30,7 +30,7 @@
}, },
{ {
"id": 1000703001, "id": 1000703001,
"pid": "d7470914e19522acc310a55e5cb13a6f0f7ca000", "pid": "/backend/news",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Archive", "name": "Archive",
@ -45,7 +45,7 @@
}, },
{ {
"id": 1000704001, "id": 1000704001,
"pid": "d7470914e19522acc310a55e5cb13a6f0f7ca000", "pid": "/backend/news",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
@ -60,7 +60,7 @@
}, },
{ {
"id": 1000705001, "id": 1000705001,
"pid": "d7470914e19522acc310a55e5cb13a6f0f7ca000", "pid": "/backend/news",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Draft", "name": "Draft",

View File

@ -25,8 +25,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"d7470914e19522acc310a55e5cb13a6f0f7ca000", "/backend/news"
"0ac9153b72f8659e3c4b370f56bbcdf0eba86d6a"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -35,7 +34,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "News", "from": "News",