mirror of
https://github.com/Karaka-Management/oms-BudgetManagement.git
synced 2026-02-16 00:08:42 +00:00
draft pid to path fix
This commit is contained in:
parent
6ac8e85340
commit
e32632a84f
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user