[fix] config-panel needs user and domain list for its inputs

This commit is contained in:
Laurent Peuch 2019-06-29 05:58:34 +02:00
parent 8e4fcd24d6
commit e9c4857c9c

View file

@ -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) {