Api4 - Remove unused key from getFields
authorcolemanw <coleman@civicrm.org>
Sat, 12 Aug 2023 19:56:26 +0000 (15:56 -0400)
committercolemanw <coleman@civicrm.org>
Sat, 12 Aug 2023 19:56:26 +0000 (15:56 -0400)
Civi/Api4/Generic/DAOGetFieldsAction.php

index 97f75e6cce43f4e31ab55470a9b9dffbcc016f20..af58d1fc0697322143d3a35954364bcdf17d6d2b 100644 (file)
@@ -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',