Skip to content
Snippets Groups Projects
Commit 33533dfe authored by eileen's avatar eileen
Browse files

CRM-12768 custom_file api -default type to 'String' for clarity & enotice

parent 82adafa2
No related branches found
No related tags found
No related merge requests found
......@@ -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';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment