From fb2aef123242c342dde62666983f8c039772a1c1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 9 Mar 2019 23:21:29 +0100 Subject: [PATCH] Make app,localization in url optional+tld+subdomain --- Admin/Install/Navigation.install.json | 8 ++++---- info.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index c2a8278..6d78487 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,11 +1,11 @@ [ { "id": 1001001001, - "pid": "/backend", + "pid": "/", "type": 2, "subtype": 1, "name": "BusinessExpenses", - "uri": "?{?}", + "uri": "{/prefix}?{?}", "target": "self", "icon": null, "order": 40, @@ -15,11 +15,11 @@ "children": [ { "id": 1001002001, - "pid": "/backend", + "pid": "/", "type": 2, "subtype": 1, "name": "List", - "uri": "?{?}", + "uri": "{/prefix}?{?}", "target": "self", "icon": null, "order": 40, diff --git a/info.json b/info.json index 840ea1f..43d1f15 100644 --- a/info.json +++ b/info.json @@ -25,7 +25,7 @@ "load": [ { "pid": [ - "/backend" + "/" ], "type": 5, "from": "BusinessExpenses",