From 940a17a302d4d3ac5a165b387b7ef632ee25bf3f 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 671bffc..9c7efdd 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Employees", - "uri": "{/prefix}humanresource/staff/list?{?}", + "uri": "{/prefix}humanresource/staff/list", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}humanresource/staff/list?{?}", + "uri": "{/prefix}humanresource/staff/list", "target": "self", "icon": null, "order": 1, @@ -67,7 +67,7 @@ "type": 2, "subtype": 1, "name": "Departments", - "uri": "{/prefix}humanresource/department/list?{?}", + "uri": "{/prefix}humanresource/department/list", "target": "self", "icon": null, "order": 1, @@ -81,7 +81,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}humanresource/department/list?{?}", + "uri": "{/prefix}humanresource/department/list", "target": "self", "icon": null, "order": 1,