draft pid to path fix

This commit is contained in:
Dennis Eichhorn 2017-09-08 15:38:23 +02:00
parent 6ac8e85340
commit e32632a84f
3 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
[ [
{ {
"id": 1004601001, "id": 1004601001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", "pid": "/backend",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Budgeting", "name": "Budgeting",
"uri": "{/base}/{/lang}/backend/controlling/budgeting/dashboard?{?}", "uri": "{/base}/{/lang}/backend/controlling/budget/dashboard?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -15,11 +15,11 @@
"children": [ "children": [
{ {
"id": 1004602001, "id": 1004602001,
"pid": "1179e5f06ef09c6ba4a87f656b41fe6145de9b5a", "pid": "/backend/controlling/budget",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Dashboard", "name": "Dashboard",
"uri": "{/base}/{/lang}/backend/controlling/budgeting/dashboard?{?}", "uri": "{/base}/{/lang}/backend/controlling/budget/dashboard?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,

View File

@ -3,7 +3,7 @@
use phpOMS\Router\RouteVerb; use phpOMS\Router\RouteVerb;
return [ return [
'^.*/backend/controlling/budgeting/dashboard.*$' => [ '^.*/backend/controlling/budget/dashboard.*$' => [
[ [
'dest' => '\Modules\BudgetManagement\Controller:viewBudgetingDashboard', 'dest' => '\Modules\BudgetManagement\Controller:viewBudgetingDashboard',
'verb' => RouteVerb::GET, 'verb' => RouteVerb::GET,

View File

@ -25,7 +25,7 @@
"load": [ "load": [
{ {
"pid": [ "pid": [
"1179e5f06ef09c6ba4a87f656b41fe6145de9b5a" "/backend/controlling/budget"
], ],
"type": 4, "type": 4,
"for": 0, "for": 0,
@ -34,7 +34,7 @@
}, },
{ {
"pid": [ "pid": [
"754a08ddf8bcb1cf22f310f09206dd783d42f7dd" "/backend"
], ],
"type": 5, "type": 5,
"from": "BudgetManagement", "from": "BudgetManagement",