We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c4ce83 + 3e10b7b commit 5830bd7Copy full SHA for 5830bd7
backend/internal/access-list.js
@@ -384,7 +384,7 @@ const internalAccessList = {
384
.orderBy('access_list.name', 'ASC');
385
386
if (access_data.permission_visibility !== 'all') {
387
- query.andWhere('owner_user_id', access.token.getUserId(1));
+ query.andWhere('access_list.owner_user_id', access.token.getUserId(1));
388
}
389
390
// Query is used for searching
0 commit comments