mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-01-11 11:48:41 +00:00
Make app,localization in url optional+tld+subdomain
This commit is contained in:
parent
73f3eb2296
commit
0dcea82820
|
|
@ -1,11 +1,11 @@
|
|||
[
|
||||
{
|
||||
"id": 1007101001,
|
||||
"pid": "/backend",
|
||||
"pid": "/",
|
||||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Investment",
|
||||
"uri": "{/lang}/backend/controlling/investment/dashboard?{?}",
|
||||
"uri": "{/prefix}controlling/investment/dashboard?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -15,11 +15,11 @@
|
|||
"children": [
|
||||
{
|
||||
"id": 1007102001,
|
||||
"pid": "/backend/controlling/investment",
|
||||
"pid": "/controlling/investment",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Dashboard",
|
||||
"uri": "{/lang}/backend/controlling/investment/dashboard?{?}",
|
||||
"uri": "{/prefix}controlling/investment/dashboard?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/backend/controlling/investment/dashboard.*$' => [
|
||||
'^.*/controlling/investment/dashboard.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\InvestmentManagement\Controller\BackendController:viewInvestmentDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user