fix path because of lang bug

This commit is contained in:
Dennis Eichhorn 2019-07-13 20:22:36 +02:00
parent 02a2005fbd
commit f642b31197
2 changed files with 9 additions and 9 deletions

View File

@ -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,

View File

@ -26,7 +26,7 @@
"load": [
{
"pid": [
"/hr"
"/humanresource"
],
"type": 4,
"for": 0,