From 6926c37cf6829dcc4f093d8727838a6e30baa919 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 62c5b41..b8c34ff 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Asset", - "uri": "{/prefix}accounting/asset/list?{?}", + "uri": "{/prefix}accounting/asset/list", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}accounting/asset/list?{?}", + "uri": "{/prefix}accounting/asset/list", "target": "self", "icon": null, "order": 1,