From 2ca83f5713ad7e0c2832b3375ac19938f382203d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 8 Feb 2017 19:16:53 +0100 Subject: [PATCH] Add existing query to link --- Admin/Install/Navigation.install.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index e173810..4095673 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Employees", - "uri": "/{/lang}/backend/hr/staff/list", + "uri": "/{/lang}/backend/hr/staff/list?{?}", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/hr/staff/list", + "uri": "/{/lang}/backend/hr/staff/list?{?}", "target": "self", "icon": null, "order": 1, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/hr/staff/create", + "uri": "/{/lang}/backend/hr/staff/create?{?}", "target": "self", "icon": null, "order": 5, @@ -67,7 +67,7 @@ "type": 2, "subtype": 1, "name": "Departments", - "uri": "/{/lang}/backend/hr/department/list", + "uri": "/{/lang}/backend/hr/department/list?{?}", "target": "self", "icon": null, "order": 1, @@ -81,7 +81,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/hr/department/list", + "uri": "/{/lang}/backend/hr/department/list?{?}", "target": "self", "icon": null, "order": 1,