projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc910dd
)
Try fixing test failures
author
Seamus Lee
<seamuslee001@gmail.com>
Tue, 20 Feb 2024 03:07:40 +0000
(14:07 +1100)
committer
Seamus Lee
<seamuslee001@gmail.com>
Tue, 20 Feb 2024 23:49:38 +0000
(10:49 +1100)
api/v3/CustomGroup.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/CustomGroup.php
b/api/v3/CustomGroup.php
index 6eaf8f60186b6bc2d17c9a8f839791a22f77b983..22c46929ae97af320e0fca31268cb291095b8336 100644
(file)
--- 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');