diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 40a6f48..f230310 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 0, "name": "Production", - "uri": "{/prefix}production/dashboard?{?}", + "uri": "{/base}production/dashboard?{?}", "target": "self", "icon": "fa fa-fire", "order": 70, @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Production", - "uri": "{/prefix}production/list", + "uri": "{/base}production/list", "target": "self", "icon": null, "order": 5, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}production/list", + "uri": "{/base}production/list", "target": "self", "icon": null, "order": 5, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}production/create?{?}", + "uri": "{/base}production/create?{?}", "target": "self", "icon": null, "order": 10, diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 174100e..9e0b82f 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -1,12 +1,12 @@