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:
facad59
)
Api4 - Remove unused key from getFields
author
colemanw
<coleman@civicrm.org>
Sat, 12 Aug 2023 19:56:26 +0000
(15:56 -0400)
committer
colemanw
<coleman@civicrm.org>
Sat, 12 Aug 2023 19:56:26 +0000
(15:56 -0400)
Civi/Api4/Generic/DAOGetFieldsAction.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Api4/Generic/DAOGetFieldsAction.php
b/Civi/Api4/Generic/DAOGetFieldsAction.php
index 97f75e6cce43f4e31ab55470a9b9dffbcc016f20..af58d1fc0697322143d3a35954364bcdf17d6d2b 100644
(file)
--- a/
Civi/Api4/Generic/DAOGetFieldsAction.php
+++ b/
Civi/Api4/Generic/DAOGetFieldsAction.php
@@
-138,10
+138,6
@@
class DAOGetFieldsAction extends BasicGetFieldsAction {
'name' => 'custom_field_id',
'data_type' => 'Integer',
];
- $fields[] = [
- 'name' => 'custom_group_id',
- 'data_type' => 'Integer',
- ];
$fields[] = [
'name' => 'sql_filters',
'data_type' => 'Array',