From d67c5fc580b3fbf3b17a3a4efac2f8ebcceaaee4 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index d250d2e..010a3f4 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Billing", - "uri": "{/prefix}sales/invoice/list?{?}", + "uri": "{/prefix}sales/invoice/list", "target": "self", "icon": null, "order": 5, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}sales/invoice/list?{?}", + "uri": "{/prefix}sales/invoice/list", "target": "self", "icon": null, "order": 1, @@ -51,7 +51,7 @@ "type": 2, "subtype": 1, "name": "Invoice", - "uri": "{/prefix}purchase/invoice/list?{?}", + "uri": "{/prefix}purchase/invoice/list", "target": "self", "icon": null, "order": 5, @@ -65,7 +65,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}purchase/invoice/list?{?}", + "uri": "{/prefix}purchase/invoice/list", "target": "self", "icon": null, "order": 1,