Skip to content
Snippets Groups Projects
Commit 46b88fe1 authored by eileen's avatar eileen
Browse files

CRM-12509 default custom group api to is_active =1

parent 79d01889
Branches
Tags
No related merge requests found
......@@ -93,6 +93,7 @@ function _civicrm_api3_custom_group_create_spec(&$params) {
$params['extends']['api.required'] = 1;
$params['title']['api.required'] = 1;
$params['style']['api.default'] = 'Inline';
$params['is_active']['api.default'] = 1;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment