lib/eco/api/common/people/person_entry.rb in eco-helpers-1.1.7 vs lib/eco/api/common/people/person_entry.rb in eco-helpers-1.1.8
- old
+ new
@@ -264,10 +264,10 @@
person.send(attr)
end
def _get_from_account (person, attr)
return nil if !person.account
- multiple = ["policy_group_ids", "filter_tags"].include?(attr)
+ multiple = ["policy_group_ids", "filter_tags", "login_provider_ids"].include?(attr)
value = person.account.send(attr)
value = @person_parser.serialize(:multiple, value) if multiple
value
end