add alias on weekly filter

This commit is contained in:
Bernat 2019-10-29 14:55:05 +01:00
parent cb90e86f64
commit 9353d54b16
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ module.exports = Self => {
switch (param) {
case 'search':
return {or: [
{ticketFk: value},
{clientFk: value}
{'t.id': value},
{'c.id': value}
]};
}
});