diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index aea5c87..671bffc 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}hr/staff/list?{?}", + "uri": "{/prefix}humanresource/staff/list?{?}", "target": "self", "icon": null, "order": 1, @@ -29,11 +29,11 @@ "children": [ { "id": 1002402101, - "pid": "/hr/staff", + "pid": "/humanresource/staff", "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}hr/staff/list?{?}", + "uri": "{/prefix}humanresource/staff/list?{?}", "target": "self", "icon": null, "order": 1, @@ -45,11 +45,11 @@ }, { "id": 1002402201, - "pid": "/hr/staff", + "pid": "/humanresource/staff", "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}hr/staff/create?{?}", + "uri": "{/prefix}humanresource/staff/create?{?}", "target": "self", "icon": null, "order": 5, @@ -67,7 +67,7 @@ "type": 2, "subtype": 1, "name": "Departments", - "uri": "{/prefix}hr/department/list?{?}", + "uri": "{/prefix}humanresource/department/list?{?}", "target": "self", "icon": null, "order": 1, @@ -77,11 +77,11 @@ "children": [ { "id": 1002403101, - "pid": "/hr/department", + "pid": "/humanresource/department", "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}hr/department/list?{?}", + "uri": "{/prefix}humanresource/department/list?{?}", "target": "self", "icon": null, "order": 1, diff --git a/info.json b/info.json index e648cec..f91f893 100644 --- a/info.json +++ b/info.json @@ -26,7 +26,7 @@ "load": [ { "pid": [ - "/hr" + "/humanresource" ], "type": 4, "for": 0,