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 54d18e4ba1
commit 5fda83692f

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Checklist", "name": "Checklist",
"uri": "{/prefix}checklist/list?{?}", "uri": "{/prefix}checklist/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 65, "order": 65,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
"uri": "{/prefix}checklist/list?{?}", "uri": "{/prefix}checklist/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -34,7 +34,7 @@
"type": 3, "type": 3,
"subtype": 5, "subtype": 5,
"name": "Templates", "name": "Templates",
"uri": "{/prefix}checklist/template/list?{?}", "uri": "{/prefix}checklist/template/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,