8355-testToMaster #3336
|
@ -109,8 +109,7 @@ module.exports = Self => {
|
||||||
case 'departmentFk':
|
case 'departmentFk':
|
||||||
return {'f.departmentFk': value};
|
return {'f.departmentFk': value};
|
||||||
case 'onlyWithDestination':
|
case 'onlyWithDestination':
|
||||||
if (!value) return;
|
return {'f.id': value ? {neq: null} : null};
|
||||||
return {'f.id': {neq: null}};
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue