From 739cb19abd1118df87d42fe4f65f533451cd63e0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Apr 2024 00:52:07 +0000 Subject: [PATCH] fix bugs --- Admin/Install/Navigation.install.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index e28795a..1a4884b 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Loans", - "uri": "{/base}/finance/loan/list?{?}", + "uri": "{/base}/finance/loan/list", "target": "self", "icon": null, "order": 10, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/base}/finance/loan/list?{?}", + "uri": "{/base}/finance/loan/list", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/base}/finance/loan/create?{?}", + "uri": "{/base}/finance/loan/create", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Table", - "uri": "{/base}/finance/loan/table?{?}", + "uri": "{/base}/finance/loan/table", "target": "self", "icon": null, "order": 10,