Make app,localization in url optional+tld+subdomain

This commit is contained in:
Dennis Eichhorn 2019-03-09 23:21:29 +01:00
parent 17c01f1906
commit 44f6fab161
3 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
[
{
"id": 1006401001,
"pid": "/backend",
"pid": "/",
"type": 2,
"subtype": 1,
"name": "P&L",
"uri": "{/lang}/backend/controlling/pl/dashboard?{?}",
"uri": "{/prefix}controlling/pl/dashboard?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -15,11 +15,11 @@
"children": [
{
"id": 1006402001,
"pid": "/backend/controlling/pl",
"pid": "/controlling/pl",
"type": 3,
"subtype": 1,
"name": "Dashboard",
"uri": "{/lang}/backend/controlling/pl/dashboard?{?}",
"uri": "{/prefix}controlling/pl/dashboard?{?}",
"target": "self",
"icon": null,
"order": 1,

View File

@ -6,7 +6,7 @@ use phpOMS\Account\PermissionType;
use phpOMS\Router\RouteVerb;
return [
'^.*/backend/controlling/pl/dashboard.*$' => [
'^.*/controlling/pl/dashboard.*$' => [
[
'dest' => '\Modules\PL\Controller\BackendController:viewPLDashboard',
'verb' => RouteVerb::GET,

View File

@ -25,7 +25,7 @@
"load": [
{
"pid": [
"/backend/controlling/pl"
"/controlling/pl"
],
"type": 4,
"for": 0,
@ -34,7 +34,7 @@
},
{
"pid": [
"/backend"
"/"
],
"type": 5,
"from": "PL",