SearchKit - Enable for CustomField, CustomGroup & LocationType
authorColeman Watts <coleman@civicrm.org>
Mon, 29 Nov 2021 01:27:17 +0000 (20:27 -0500)
committerColeman Watts <coleman@civicrm.org>
Mon, 29 Nov 2021 01:27:17 +0000 (20:27 -0500)
CRM/Core/DAO/CustomGroup.php
Civi/Api4/CustomField.php
Civi/Api4/CustomGroup.php
Civi/Api4/LocationType.php
xml/schema/Core/CustomGroup.xml

index 94da2fa579b17edba6165bfc952b1b9a2372fef1..70015686b6d402adcd0da80ceb5891bc50b7e9a6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/CustomGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fbf405c2b8b04de06a84977970ae8b02)
+ * (GenCodeChecksum:e06fe97917806daa0d337c43968ccf2b)
  */
 
 /**
@@ -206,7 +206,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
    *   Whether to return the plural version of the title.
    */
   public static function getEntityTitle($plural = FALSE) {
-    return $plural ? ts('Custom Groups') : ts('Custom Group');
+    return $plural ? ts('Custom Field Groups') : ts('Custom Field Group');
   }
 
   /**
index 533644f548d24eac1c435ea7fc10790056fd1062..d92f51c97ca7442e86dda898ea0ec56e153e734d 100644 (file)
@@ -14,7 +14,7 @@ namespace Civi\Api4;
  * CustomField entity.
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/creating-custom-fields/
- * @searchable none
+ * @searchable secondary
  * @since 5.19
  * @package Civi\Api4
  */
index 11473bdaaf12ff53ca1d52c026db75705fa32f71..bee078777b18e94b900d2aab189eb3cd7f281347 100644 (file)
@@ -14,7 +14,7 @@ namespace Civi\Api4;
  * CustomGroup entity.
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/creating-custom-fields/
- * @searchable none
+ * @searchable secondary
  * @since 5.19
  * @package Civi\Api4
  */
index a3b282dace61a5371450120bfad1d0434e05c368..dfffee1f10f776255dc9f3e2380cf753057f3954 100644 (file)
@@ -13,7 +13,7 @@ namespace Civi\Api4;
 /**
  * LocationType entity.
  *
- * @searchable none
+ * @searchable secondary
  * @since 5.19
  * @package Civi\Api4
  */
index 5fec9603395afbb096dfd5a10cc71a88e06f0e92..c3f52a844172743f1d0fdbd98ef653b15dcb1e24 100644 (file)
@@ -8,6 +8,7 @@
   </comment>
   <add>1.1</add>
   <log>true</log>
+  <title>Custom Field Group</title>
   <labelField>title</labelField>
   <field>
     <name>id</name>