Fix: contact filter values (#3456)
This commit is contained in:
parent
00143f7ee5
commit
330a97b5c5
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ class Contacts::FilterService < FilterService
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def filter_values(query_hash)
|
||||||
|
query_hash['values'][0]
|
||||||
|
end
|
||||||
|
|
||||||
def base_relation
|
def base_relation
|
||||||
Current.account.contacts.left_outer_joins(:labels)
|
Current.account.contacts.left_outer_joins(:labels)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue