From ab0acf5b4c5b8bd2b13f35c7ae7eaec1f8d54707 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 20 Feb 2024 14:07:40 +1100 Subject: [PATCH] Try fixing test failures --- api/v3/CustomGroup.php | 1 - 1 file changed, 1 deletion(-) 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'); -- 2.25.1