mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-03 18:28:39 +00:00
remove parameters after list (id) must not be set
This commit is contained in:
parent
d49749b13f
commit
8d4d89a0d2
|
|
@ -38,7 +38,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Units",
|
||||
"uri": "{/prefix}organization/unit/list?{?}",
|
||||
"uri": "{/prefix}organization/unit/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "{/prefix}organization/unit/list?{?}",
|
||||
"uri": "{/prefix}organization/unit/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Departments",
|
||||
"uri": "{/prefix}organization/department/list?{?}",
|
||||
"uri": "{/prefix}organization/department/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 10,
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "{/prefix}organization/department/list?{?}",
|
||||
"uri": "{/prefix}organization/department/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -130,7 +130,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Positions",
|
||||
"uri": "{/prefix}organization/position/list?{?}",
|
||||
"uri": "{/prefix}organization/position/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 20,
|
||||
|
|
@ -144,7 +144,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "{/prefix}organization/position/list?{?}",
|
||||
"uri": "{/prefix}organization/position/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user