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 83bd332e26
commit 03a44adeee

View File

@ -19,7 +19,7 @@
"type": 2,
"subtype": 1,
"name": "Accounts",
"uri": "{/prefix}accounting/gl/list?{?}",
"uri": "{/prefix}accounting/gl/list",
"target": "self",
"icon": null,
"order": 5,
@ -33,7 +33,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/prefix}accounting/gl/list?{?}",
"uri": "{/prefix}accounting/gl/list",
"target": "self",
"icon": null,
"order": 1,
@ -65,7 +65,7 @@
"type": 2,
"subtype": 1,
"name": "BatchPostings",
"uri": "{/prefix}accounting/stack/list?{?}",
"uri": "{/prefix}accounting/stack/list",
"target": "self",
"icon": null,
"order": 10,
@ -79,7 +79,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/prefix}accounting/stack/list?{?}",
"uri": "{/prefix}accounting/stack/list",
"target": "self",
"icon": null,
"order": 5,
@ -94,7 +94,7 @@
"type": 3,
"subtype": 1,
"name": "Archive",
"uri": "{/prefix}accounting/stack/archive/list?{?}",
"uri": "{/prefix}accounting/stack/archive/list",
"target": "self",
"icon": null,
"order": 10,
@ -109,7 +109,7 @@
"type": 3,
"subtype": 1,
"name": "Predefined",
"uri": "{/prefix}accounting/stack/predefined/list?{?}",
"uri": "{/prefix}accounting/stack/predefined/list",
"target": "self",
"icon": null,
"order": 10,