Merge f1c97c7c36
into 9687e9e450
This commit is contained in:
commit
89949398dd
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue