From 3c6381a6f19e3baf820cb8f3574543ee333e6eac Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 16 Jun 2023 19:32:52 +0200 Subject: [PATCH] Updated file header --- Admin/Install/Navigation.install.json | 8 ++++---- Admin/Install/Navigation.php | 8 ++++---- Admin/Installer.php | 8 ++++---- Admin/Status.php | 8 ++++---- Admin/Uninstaller.php | 8 ++++---- Admin/Updater.php | 8 ++++---- Controller/BackendController.php | 8 ++++---- Controller/Controller.php | 8 ++++---- Models/PermissionState.php | 8 ++++---- Theme/Backend/Lang/Navigation.en.lang.php | 6 +++--- Theme/Backend/Lang/api.en.lang.php | 6 +++--- Theme/Backend/Lang/en.lang.php | 6 +++--- Theme/Backend/process-create.tpl.php | 6 +++--- Theme/Backend/process-list.tpl.php | 6 +++--- Theme/Backend/process-single.tpl.php | 6 +++--- Theme/Backend/production-create.tpl.php | 6 +++--- Theme/Backend/production-list.tpl.php | 6 +++--- 17 files changed, 60 insertions(+), 60 deletions(-) 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 @@