From 33533dfec9de20c85bf246a395fc0942f7775a22 Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 6 Jun 2013 18:27:31 +1200 Subject: [PATCH] CRM-12768 custom_file api -default type to 'String' for clarity & enotice --- api/v3/CustomField.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/CustomField.php b/api/v3/CustomField.php index 7eeda3daf2..aa1fd3aca4 100644 --- a/api/v3/CustomField.php +++ b/api/v3/CustomField.php @@ -93,6 +93,7 @@ function _civicrm_api3_custom_field_create_spec(&$params) { 'api.default' => 1, 'type' => CRM_Utils_Type::T_BOOL, ); + $params['data_type']['api.default'] = 'String'; } /** -- 2.25.1