Activity - Regenerate DAO with current description
authorTim Otten <totten@civicrm.org>
Tue, 28 Jun 2022 01:41:14 +0000 (18:41 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 28 Jun 2022 01:41:14 +0000 (18:41 -0700)
CRM/Activity/DAO/Activity.php

index 4be0a386ce5ddc7fe4ffa73ee88301c0c64f4337..834755f6089967890618477feab1ac7d76841402 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Activity/Activity.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:84bf6ac4a394e07666a4b2fb1456a794)
+ * (GenCodeChecksum:60c03ca565bfcb0379d4fe11bd8f7c10)
  */
 
 /**
@@ -66,7 +66,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
   public $id;
 
   /**
-   * Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry.
+   * Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Entity table is discovered by filtering by the appropriate activity_type_id.
    *
    * @var int|string|null
    *   (SQL type: int unsigned)
@@ -165,7 +165,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
   public $priority_id;
 
   /**
-   * Parent meeting ID (if this is a follow-up item). This is not currently implemented
+   * Parent meeting ID (if this is a follow-up item).
    *
    * @var int|string|null
    *   (SQL type: int unsigned)
@@ -366,7 +366,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'source_record_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Source Record'),
-          'description' => ts('Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry.'),
+          'description' => ts('Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Entity table is discovered by filtering by the appropriate activity_type_id.'),
           'where' => 'civicrm_activity.source_record_id',
           'table_name' => 'civicrm_activity',
           'entity' => 'Activity',
@@ -578,7 +578,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'parent_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Parent Activity ID'),
-          'description' => ts('Parent meeting ID (if this is a follow-up item). This is not currently implemented'),
+          'description' => ts('Parent meeting ID (if this is a follow-up item).'),
           'where' => 'civicrm_activity.parent_id',
           'table_name' => 'civicrm_activity',
           'entity' => 'Activity',