8315-devToTest #3313

Merged
alexm merged 228 commits from 8315-devToTest into test 2024-12-18 10:30:39 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit f965f7aa52 - Show all commits

View File

@ -109,8 +109,7 @@ module.exports = Self => {
case 'departmentFk':
return {'f.departmentFk': value};
case 'onlyWithDestination':
if (!value) return;
return {'f.id': {neq: null}};
return {'f.id': value ? {neq: null} : null};
}
});