Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.6
-
Component/s: CiviCRM API
-
Labels:None
Description
Validation in api/utils.php is making the erroneous assumption that every string passed in must be a label and not a value.
Fixing for 4.2.1
(10:31:15 AM) eileen: colemanw - look at http://drupal.demo.civicrm.org/civicrm/api/explorer#/civicrm/ajax/rest?json=1&sequential=1&debug=1&&entity=Contact&action=getfields&api_action=get
(10:32:05 AM) eileen: are you saying you see "Org":"Organization" on yours rather than "Organization":"Organization" like in that link (contactType, options)
if you are seeing Org:Organization then it is just within the utils bit of code (yay)