diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 7fc4d9e..3f5ada3 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Tickets", - "uri": "{/base}/support/list?{?}", + "uri": "{/base}/support/list", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/base}/support/list?{?}", + "uri": "{/base}/support/list", "target": "self", "icon": null, "order": 1, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/base}/support/create?{?}", + "uri": "{/base}/support/create", "target": "self", "icon": null, "order": 5, @@ -67,7 +67,7 @@ "type": 2, "subtype": 1, "name": "Settings", - "uri": "{/base}/support/settings/dashboard?{?}", + "uri": "{/base}/support/settings/dashboard", "target": "self", "icon": null, "order": 5, @@ -83,7 +83,7 @@ "type": 2, "subtype": 1, "name": "Analysis", - "uri": "{/base}/support/analysis/dashboard?{?}", + "uri": "{/base}/support/analysis/dashboard", "target": "self", "icon": null, "order": 10,