From aa898362779457619a2526f15133a8121936c036 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Apr 2024 00:52:06 +0000 Subject: [PATCH] fix bugs --- Admin/Install/Navigation.install.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 3ddb998..326b13b 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Draw", - "uri": "{/base}/draw/list?{?}", + "uri": "{/base}/draw/list", "target": "self", "icon": null, "order": 70, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/base}/draw/list?{?}", + "uri": "{/base}/draw/list", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 5, "name": "Create", - "uri": "{/base}/draw/create?{?}", + "uri": "{/base}/draw/create", "target": "self", "icon": null, "order": 15,