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 0228ddeaec
commit 09dfe934d4

View File

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