Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.0
-
Fix Version/s: 4.4.0
-
Component/s: CiviCRM API
-
Labels:None
Description
The API throws a fatal error if the _civicrm_api3_basic_get method is called on an id field that has a uniqueName in the schema.
Civi attempts to look up the correct name of the field and fails - the code that triggers the bug is at
sites/all/modules/civicrm/api/v3/utils.php._civicrm_api3_build_fields_array:704 which reads:
if(!CRM_Utils_Array::value('id', $fields))
Attachments
Issue Links
- is blocked by
-
CRM-12601 Regression - CRM_Core_DAO_AllCoreTables
- Done/Fixed