From 1c16cb6d0309517628949c921246a867e60f914d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 10 Dec 2022 22:17:54 +0100 Subject: [PATCH] fix urls --- Admin/Install/Navigation.install.json | 6 +++--- info.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index fa3ac10..a58aa9a 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "ProjectManagement", - "uri": "{/prefix}projectmanagement/list", + "uri": "{/lang}/{/app}/projectmanagement/list", "target": "self", "icon": null, "order": 60, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}projectmanagement/list", + "uri": "{/lang}/{/app}/projectmanagement/list", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}projectmanagement/create?{?}", + "uri": "{/lang}/{/app}/projectmanagement/create?{?}", "target": "self", "icon": null, "order": 5, diff --git a/info.json b/info.json index 6407981..9543342 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Karaka", - "website": "www.spl1nes.com" + "website": "jingga.app" }, "description": "Project Management module.", "directory": "ProjectManagement",