remove parameters after list (id) must not be set

This commit is contained in:
Dennis Eichhorn 2020-03-05 22:30:00 +01:00
parent d49749b13f
commit 8d4d89a0d2

View File

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