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 1ddbefdbd6
commit 34accbca98

View File

@ -34,7 +34,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Categories", "name": "Categories",
"uri": "{/prefix}wiki/category/list?{?}", "uri": "{/prefix}wiki/category/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -64,7 +64,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Apps", "name": "Apps",
"uri": "{/prefix}wiki/app/list?{?}", "uri": "{/prefix}wiki/app/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 15, "order": 15,