mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-12 22:48:14 -05:00
fix: add missing group_by clause for access_list get
This commit is contained in:
parent
ec12d8f9bf
commit
f1c97c7c36
@ -258,6 +258,7 @@ const internalAccessList = {
|
||||
})
|
||||
.where('access_list.is_deleted', 0)
|
||||
.andWhere('access_list.id', data.id)
|
||||
.groupBy('access_list.id')
|
||||
.allowGraph('[owner,items,clients,proxy_hosts.[certificate,access_list.[clients,items]]]')
|
||||
.first();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user