fix: workerDms filter workerFk

This commit is contained in:
Alex Moreno 2024-09-12 13:26:09 +02:00
parent 2f6a80a746
commit 1abf6a14f9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module.exports = Self => {
or: [
{and: [
{isReadableByWorker: true},
{worker: userId}
{'wd.workerFk': userId}
]},
{
role: {