8355-testToMaster #3336
|
@ -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};
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue