mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-23 01:18:41 +00:00
fix path because of lang bug
This commit is contained in:
parent
02a2005fbd
commit
f642b31197
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user