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

View File

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