Skip to content

Commit

Permalink
Merge pull request NginxProxyManager#4274 from Dim145/develop
Browse files Browse the repository at this point in the history
[Postgres] fix error in access_list get
  • Loading branch information
jc21 authored Jan 28, 2025
2 parents 9687e9e + f1c97c7 commit 3f3aacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/internal/access-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 3f3aacd

Please sign in to comment.