From: Seamus Lee Date: Tue, 20 Feb 2024 03:07:40 +0000 (+1100) Subject: Try fixing test failures X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ab0acf5b4c5b8bd2b13f35c7ae7eaec1f8d54707;p=civicrm-core.git Try fixing test failures --- diff --git a/api/v3/CustomGroup.php b/api/v3/CustomGroup.php index 6eaf8f6018..22c46929ae 100644 --- a/api/v3/CustomGroup.php +++ b/api/v3/CustomGroup.php @@ -39,7 +39,6 @@ function civicrm_api3_custom_group_create($params) { 'ParticipantEventName', 'ParticipantEventType', ]; - $params['extends_entity_column_id'] = 'null'; if (in_array($extendsEntity, $participantEntities) ) { $params['extends_entity_column_id'] = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_OptionValue', $extendsEntity, 'value', 'name');