From c068e863c8a68c8525a73f661f0eddd5d3afe168 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 8 Feb 2017 19:16:53 +0100 Subject: [PATCH] Add existing query to link --- Admin/Install/Navigation.install.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index dd86ce2..8177df4 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Accounts", - "uri": "/{/lang}/backend/accounting/gl/list", + "uri": "/{/lang}/backend/accounting/gl/list?{?}", "target": "self", "icon": null, "order": 5, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/accounting/gl/list", + "uri": "/{/lang}/backend/accounting/gl/list?{?}", "target": "self", "icon": null, "order": 1, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/accounting/gl/create", + "uri": "/{/lang}/backend/accounting/gl/create?{?}", "target": "self", "icon": null, "order": 5, @@ -65,7 +65,7 @@ "type": 2, "subtype": 1, "name": "BatchPostings", - "uri": "/{/lang}/backend/accounting/stack/list", + "uri": "/{/lang}/backend/accounting/stack/list?{?}", "target": "self", "icon": null, "order": 10, @@ -79,7 +79,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/accounting/stack/list", + "uri": "/{/lang}/backend/accounting/stack/list?{?}", "target": "self", "icon": null, "order": 5, @@ -94,7 +94,7 @@ "type": 3, "subtype": 1, "name": "Archive", - "uri": "/{/lang}/backend/accounting/stack/archive/list", + "uri": "/{/lang}/backend/accounting/stack/archive/list?{?}", "target": "self", "icon": null, "order": 10, @@ -109,7 +109,7 @@ "type": 3, "subtype": 1, "name": "Predefined", - "uri": "/{/lang}/backend/accounting/stack/predefined/list", + "uri": "/{/lang}/backend/accounting/stack/predefined/list?{?}", "target": "self", "icon": null, "order": 10, @@ -124,7 +124,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/accounting/stack/create", + "uri": "/{/lang}/backend/accounting/stack/create?{?}", "target": "self", "icon": null, "order": 15, @@ -141,7 +141,7 @@ "type": 2, "subtype": 1, "name": "Entries", - "uri": "/{/lang}/backend/accounting/entries/dashboard", + "uri": "/{/lang}/backend/accounting/entries/dashboard?{?}", "target": "self", "icon": null, "order": 1,