mirror of
https://github.com/Karaka-Management/oms-IncomeStatement.git
synced 2026-02-13 11:18:39 +00:00
Make app,localization in url optional+tld+subdomain
This commit is contained in:
parent
17c01f1906
commit
44f6fab161
|
|
@ -1,11 +1,11 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id": 1006401001,
|
"id": 1006401001,
|
||||||
"pid": "/backend",
|
"pid": "/",
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "P&L",
|
"name": "P&L",
|
||||||
"uri": "{/lang}/backend/controlling/pl/dashboard?{?}",
|
"uri": "{/prefix}controlling/pl/dashboard?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -15,11 +15,11 @@
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 1006402001,
|
"id": 1006402001,
|
||||||
"pid": "/backend/controlling/pl",
|
"pid": "/controlling/pl",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Dashboard",
|
"name": "Dashboard",
|
||||||
"uri": "{/lang}/backend/controlling/pl/dashboard?{?}",
|
"uri": "{/prefix}controlling/pl/dashboard?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ use phpOMS\Account\PermissionType;
|
||||||
use phpOMS\Router\RouteVerb;
|
use phpOMS\Router\RouteVerb;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'^.*/backend/controlling/pl/dashboard.*$' => [
|
'^.*/controlling/pl/dashboard.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\PL\Controller\BackendController:viewPLDashboard',
|
'dest' => '\Modules\PL\Controller\BackendController:viewPLDashboard',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user