mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] config-panel needs user and domain list for its inputs
This commit is contained in:
parent
8e4fcd24d6
commit
e9c4857c9c
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
app.before(/apps\/install\//, prefetchUsers);
|
app.before(/apps\/install\//, prefetchUsers);
|
||||||
app.before(/apps\/\w+\/actions/, prefetchUsers);
|
app.before(/apps\/\w+\/actions/, prefetchUsers);
|
||||||
app.before(/apps\/\w+\/actions/, prefetchDomains);
|
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) {
|
app.before({except: {path: ['#/logout', '#/login', '#/postinstall', '#/postinstall/domain', '#/postinstall/password']}}, function (req) {
|
||||||
|
|
Loading…
Reference in a new issue