From 03a44adeee50670a90046ac4368dcfd2dcd2ca57 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 5 Mar 2020 22:30:00 +0100 Subject: [PATCH] remove parameters after list (id) must not be set --- Admin/Install/Navigation.install.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 6d30c6f..1a003fc 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Accounts", - "uri": "{/prefix}accounting/gl/list?{?}", + "uri": "{/prefix}accounting/gl/list", "target": "self", "icon": null, "order": 5, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}accounting/gl/list?{?}", + "uri": "{/prefix}accounting/gl/list", "target": "self", "icon": null, "order": 1, @@ -65,7 +65,7 @@ "type": 2, "subtype": 1, "name": "BatchPostings", - "uri": "{/prefix}accounting/stack/list?{?}", + "uri": "{/prefix}accounting/stack/list", "target": "self", "icon": null, "order": 10, @@ -79,7 +79,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}accounting/stack/list?{?}", + "uri": "{/prefix}accounting/stack/list", "target": "self", "icon": null, "order": 5, @@ -94,7 +94,7 @@ "type": 3, "subtype": 1, "name": "Archive", - "uri": "{/prefix}accounting/stack/archive/list?{?}", + "uri": "{/prefix}accounting/stack/archive/list", "target": "self", "icon": null, "order": 10, @@ -109,7 +109,7 @@ "type": 3, "subtype": 1, "name": "Predefined", - "uri": "{/prefix}accounting/stack/predefined/list?{?}", + "uri": "{/prefix}accounting/stack/predefined/list", "target": "self", "icon": null, "order": 10,