From a43e1a055018aab9590c88c45d8495f99bfb6254 Mon Sep 17 00:00:00 2001 From: ulrich Date: Mon, 05 Apr 2021 18:39:49 +0000 Subject: [PATCH] Ablageort-Liste --- www/ui/data/menu/hauptmenue.json | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/www/ui/data/menu/hauptmenue.json b/www/ui/data/menu/hauptmenue.json index 44f268a..995cd9b 100644 --- a/www/ui/data/menu/hauptmenue.json +++ b/www/ui/data/menu/hauptmenue.json @@ -8,9 +8,14 @@ }, "inhalt": [ { + "titel": "Ablageorte", + "umenue": false, + "funktion": "app.ablageort_liste" + }, + { "titel": "Neuer Ablageort", "umenue": false, - "funktion": "app.form_ablageort_neu" + "funktion": "app.ablageort_neu" }, { "titel": "Seite umschalten", -- Gitblit v1.9.3