mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-14 19:48:41 +00:00
remove parameters after list (id) must not be set
This commit is contained in:
parent
85993f8950
commit
efcb30941a
|
|
@ -34,7 +34,7 @@
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Groups",
|
"name": "Groups",
|
||||||
"uri": "{/prefix}admin/group/list?{?}",
|
"uri": "{/prefix}admin/group/list",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 2,
|
"order": 2,
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "List",
|
"name": "List",
|
||||||
"uri": "{/prefix}admin/group/list?{?}",
|
"uri": "{/prefix}admin/group/list",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Accounts",
|
"name": "Accounts",
|
||||||
"uri": "{/prefix}admin/account/list?{?}",
|
"uri": "{/prefix}admin/account/list",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 3,
|
"order": 3,
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "List",
|
"name": "List",
|
||||||
"uri": "{/prefix}admin/account/list?{?}",
|
"uri": "{/prefix}admin/account/list",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -126,7 +126,7 @@
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Modules",
|
"name": "Modules",
|
||||||
"uri": "{/prefix}admin/module/list?{?}",
|
"uri": "{/prefix}admin/module/list",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 4,
|
"order": 4,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user