Merge pull request #19525 from eileenmcnaughton/member_soft
[civicrm-core.git] / CRM / Mailing / Event / DAO / Subscribe.php
index d2d20ccb4fe87435fe07cb3ad1d83365bc5b3b17..2cfae2f7d79bb0d0a40b37d415d7e08ced940b80 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Subscribe.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e327b7f0c61b9955118127b1cc81df13)
+ * (GenCodeChecksum:bb0b1d30d434faebb2d65fcb01613f01)
  */
 
 /**
@@ -116,12 +116,15 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'entity' => 'Subscribe',
           'bao' => 'CRM_Mailing_Event_BAO_Subscribe',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Number',
+          ],
           'add' => NULL,
         ],
         'group_id' => [
           'name' => 'group_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Mailing Subscribe Group'),
+          'title' => ts('Group ID'),
           'description' => ts('FK to Group'),
           'required' => TRUE,
           'where' => 'civicrm_mailing_event_subscribe.group_id',
@@ -132,6 +135,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'FKClassName' => 'CRM_Contact_DAO_Group',
           'html' => [
             'type' => 'Select',
+            'label' => ts("Group"),
           ],
           'pseudoconstant' => [
             'table' => 'civicrm_group',
@@ -143,7 +147,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
         'contact_id' => [
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Mailing Subscribe Contact'),
+          'title' => ts('Contact ID'),
           'description' => ts('FK to Contact'),
           'required' => TRUE,
           'where' => 'civicrm_mailing_event_subscribe.contact_id',
@@ -152,6 +156,9 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Subscribe',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'html' => [
+            'label' => ts("Contact"),
+          ],
           'add' => NULL,
         ],
         'hash' => [