From ff86de47c7a89a0d35df3e482497a884be3d29d4 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 f682899..420bb4e 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Import", - "uri": "{/prefix}admin/exchange/import/list?{?}", + "uri": "{/prefix}admin/exchange/import/list", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Export", - "uri": "{/prefix}admin/exchange/export/list?{?}", + "uri": "{/prefix}admin/exchange/export/list", "target": "self", "icon": null, "order": 10,