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,