Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.1
-
Fix Version/s: 4.4.2
-
Component/s: CiviCRM API
-
Labels:
Description
If you use the API to get the fields of Contact, e.g. with
drush civicrm-api Contact.getfields
you will find this in the output:
[country_id] => Array
(
[title] => Primary Address State Province ID
)
This is obviously wrong.