mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-12 10:58:40 +00:00
fix path because of lang bug
This commit is contained in:
parent
02a2005fbd
commit
f642b31197
|
|
@ -19,7 +19,7 @@
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Employees",
|
"name": "Employees",
|
||||||
"uri": "{/prefix}hr/staff/list?{?}",
|
"uri": "{/prefix}humanresource/staff/list?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -29,11 +29,11 @@
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 1002402101,
|
"id": 1002402101,
|
||||||
"pid": "/hr/staff",
|
"pid": "/humanresource/staff",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "List",
|
"name": "List",
|
||||||
"uri": "{/prefix}hr/staff/list?{?}",
|
"uri": "{/prefix}humanresource/staff/list?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -45,11 +45,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 1002402201,
|
"id": 1002402201,
|
||||||
"pid": "/hr/staff",
|
"pid": "/humanresource/staff",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Create",
|
"name": "Create",
|
||||||
"uri": "{/prefix}hr/staff/create?{?}",
|
"uri": "{/prefix}humanresource/staff/create?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 5,
|
"order": 5,
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Departments",
|
"name": "Departments",
|
||||||
"uri": "{/prefix}hr/department/list?{?}",
|
"uri": "{/prefix}humanresource/department/list?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -77,11 +77,11 @@
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 1002403101,
|
"id": 1002403101,
|
||||||
"pid": "/hr/department",
|
"pid": "/humanresource/department",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "List",
|
"name": "List",
|
||||||
"uri": "{/prefix}hr/department/list?{?}",
|
"uri": "{/prefix}humanresource/department/list?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user