Fix: contact filter values (#3456)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user