From 946fb3c4e84d97d0ecd826080dd316dc484623c4 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 1d03e7e..916c319 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Templates", - "uri": "{/prefix}workflow/template/list?{?}", + "uri": "{/prefix}workflow/template/list", "target": "self", "icon": null, "order": 5,