From 7fd60698f002e6379bd10226d63cdce1da52db4d 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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 0625a14..4225a7a 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Units", - "uri": "/{/lang}/backend/organization/unit/list", + "uri": "/{/lang}/backend/organization/unit/list?{?}", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/organization/unit/list", + "uri": "/{/lang}/backend/organization/unit/list?{?}", "target": "self", "icon": null, "order": 5, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/organization/unit/create", + "uri": "/{/lang}/backend/organization/unit/create?{?}", "target": "self", "icon": null, "order": 25, @@ -65,7 +65,7 @@ "type": 2, "subtype": 1, "name": "Departments", - "uri": "/{/lang}/backend/organization/department/list", + "uri": "/{/lang}/backend/organization/department/list?{?}", "target": "self", "icon": null, "order": 5, @@ -79,7 +79,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/organization/department/list", + "uri": "/{/lang}/backend/organization/department/list?{?}", "target": "self", "icon": null, "order": 5, @@ -94,7 +94,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/organization/department/create", + "uri": "/{/lang}/backend/organization/department/create?{?}", "target": "self", "icon": null, "order": 25, @@ -111,7 +111,7 @@ "type": 2, "subtype": 1, "name": "Positions", - "uri": "/{/lang}/backend/organization/position/list", + "uri": "/{/lang}/backend/organization/position/list?{?}", "target": "self", "icon": null, "order": 20, @@ -125,7 +125,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/organization/position/list", + "uri": "/{/lang}/backend/organization/position/list?{?}", "target": "self", "icon": null, "order": 5, @@ -140,7 +140,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/organization/position/create", + "uri": "/{/lang}/backend/organization/position/create?{?}", "target": "self", "icon": null, "order": 25,