From 8edc5c1ae35bec49f87a6cef0e612c920abf722c Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 5 Sep 2018 23:20:31 +0200 Subject: [PATCH] [mod] uniformise returned info --- src/yunohost/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 62fe9129c..da6e6d767 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -1544,6 +1544,8 @@ def app_config_show_panel(app_id): if not os.path.exists(config_panel) or not os.path.exists(config_script): return { + "app_id": app_id, + "app_name": app_info_dict["name"], "config_panel": [], }