Merge pull request #3971 from davecivicrm/CRM-15121
[civicrm-core.git] / api / v3 / CustomValue.php
index 1ae1f8e14f2fa269eb0d7cd3d9e7309dab1c0a34..6a2cdd86c0d8c68afc48c5c36d078fb531086293 100644 (file)
@@ -121,6 +121,7 @@ function civicrm_api3_custom_value_create($params) {
  */
 function _civicrm_api3_custom_value_create_spec(&$params) {
   $params['entity_id']['api.required'] = 1;
+  $params['entity_id']['title'] = 'Entity ID';
 }
 
 /**
@@ -235,4 +236,5 @@ function civicrm_api3_custom_value_get($params) {
  */
 function _civicrm_api3_custom_value_get_spec(&$params) {
   $params['entity_id']['api.required'] = 1;
+  $params['entity_id']['title'] = 'Entity ID';
 }