From: Tim Otten Date: Tue, 19 Sep 2023 04:29:17 +0000 (-0700) Subject: Regenerate CRM_Event_DAO_Event X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4d0db10dc5ff3827f203c25478bdfe8138af1ec6;p=civicrm-core.git Regenerate CRM_Event_DAO_Event Recently changed by #27478 --- diff --git a/CRM/Event/DAO/Event.php b/CRM/Event/DAO/Event.php index 2d6e3fa421..e1bc30cb40 100644 --- a/CRM/Event/DAO/Event.php +++ b/CRM/Event/DAO/Event.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Event.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:80eed9bb6b3badce7199dd8da7f3f14b) + * (GenCodeChecksum:a1c6fa263d5a0c98d03e270a5759dd35) */ /** @@ -648,11 +648,12 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { public $parent_event_id; /** - * Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot. + * Needs to be moved to Event cart extension. Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot. * * @var int|string|null * (SQL type: int unsigned) * Note that values will be retrieved from the database as a string. + * @deprecated */ public $slot_label_id; @@ -2292,7 +2293,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'name' => 'slot_label_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Subevent Slot Label ID'), - 'description' => ts('Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.'), + 'description' => ts('Needs to be moved to Event cart extension. Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.'), 'usage' => [ 'import' => FALSE, 'export' => FALSE, @@ -2305,6 +2306,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'entity' => 'Event', 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 0, + 'deprecated' => TRUE, 'html' => [ 'type' => 'Select', ],