ginkgostreet / com.ginkgostreet.geofill

When CiviCRM geocodes an address, the geocoding service generally returns much more information than CiviCRM uses. This extension allows site administrators to set a policy for what to do with that information on a field-by-field basis: discard it, fill in missing data, or overwrite existing data.
Other
4 stars 2 forks source link

Fix for $geodata->result->address_component->type sometimes being an array #2

Closed ghost closed 7 years ago

ghost commented 7 years ago

Fix for issue #1

ghost commented 7 years ago

Forget about this PR, it looks like the source of the issue is in CRM_Utils_Address_BatchUpdate->processContacts. See CRM-19977.