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 f4302ddb6b
commit d3b26a85cc

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "Editor",
"uri": "{/prefix}editor/list?{?}",
"uri": "{/prefix}editor/list",
"target": "self",
"icon": null,
"order": 75,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/prefix}editor/list?{?}",
"uri": "{/prefix}editor/list",
"target": "self",
"icon": null,
"order": 1,