From a51f570f7825c3663c4ea7ebb4d79778fedf23d7 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 27 Jun 2022 18:41:14 -0700 Subject: [PATCH] Activity - Regenerate DAO with current description --- CRM/Activity/DAO/Activity.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CRM/Activity/DAO/Activity.php b/CRM/Activity/DAO/Activity.php index 4be0a386ce..834755f608 100644 --- a/CRM/Activity/DAO/Activity.php +++ b/CRM/Activity/DAO/Activity.php @@ -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', -- 2.25.1