Fix for access list getAll when not granted all permissions
This commit is contained in:
parent
28f72086ec
commit
3e10b7b2b1
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ const internalAccessList = {
|
|||
.orderBy('access_list.name', 'ASC');
|
||||
|
||||
if (access_data.permission_visibility !== 'all') {
|
||||
query.andWhere('owner_user_id', access.token.getUserId(1));
|
||||
query.andWhere('access_list.owner_user_id', access.token.getUserId(1));
|
||||
}
|
||||
|
||||
// Query is used for searching
|
||||
|
|
Loading…
Reference in a new issue