From f1d2a871df92fea58f568be5e1cdcab26f982d53 Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Fri, 14 May 2021 15:01:38 -0400 Subject: [PATCH] get county fields populated via api call Ensure that county fields are properly populated when calling the Profile.getfields api. --- api/v3/Profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/Profile.php b/api/v3/Profile.php index c14b4b6c84..59dbf268d2 100644 --- a/api/v3/Profile.php +++ b/api/v3/Profile.php @@ -533,6 +533,7 @@ function _civicrm_api3_buildprofile_submitfields($profileID, $optionsBehaviour = $hardCodedEntityFields = [ 'state_province' => 'state_province_id', 'country' => 'country_id', + 'county' => 'county_id', 'participant_status' => 'status_id', 'gender' => 'gender_id', 'financial_type' => 'financial_type_id', -- 2.25.1