From e9c4857c9c3c4068aade141379aaa7d4bec93855 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 29 Jun 2019 05:58:34 +0200 Subject: [PATCH] [fix] config-panel needs user and domain list for its inputs --- src/js/yunohost/filters.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/yunohost/filters.js b/src/js/yunohost/filters.js index 043d7d14..0b793580 100644 --- a/src/js/yunohost/filters.js +++ b/src/js/yunohost/filters.js @@ -30,6 +30,8 @@ app.before(/apps\/install\//, prefetchUsers); app.before(/apps\/\w+\/actions/, prefetchUsers); app.before(/apps\/\w+\/actions/, prefetchDomains); + app.before(/apps\/\w+\/config-panel/, prefetchUsers); + app.before(/apps\/\w+\/config-panel/, prefetchDomains); app.before({except: {path: ['#/logout', '#/login', '#/postinstall', '#/postinstall/domain', '#/postinstall/password']}}, function (req) {