diff --git a/CRM/Campaign/DAO/Campaign.php b/CRM/Campaign/DAO/Campaign.php index e9dc79242f0f..2e421a2bccad 100644 --- a/CRM/Campaign/DAO/Campaign.php +++ b/CRM/Campaign/DAO/Campaign.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Campaign/Campaign.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:99376d5b37f09370bab36f3a3cd37e0a) + * (GenCodeChecksum:0db877ff95e04216a2c4553e5e1f0594) */ /** @@ -276,6 +276,7 @@ public static function &fields() { 'localizable' => 0, 'html' => [ 'type' => 'Number', + 'label' => ts("ID"), ], 'readonly' => TRUE, 'add' => '3.3', @@ -297,6 +298,7 @@ public static function &fields() { 'localizable' => 0, 'html' => [ 'type' => 'Text', + 'label' => ts("Name"), ], 'add' => '3.3', ], @@ -316,6 +318,7 @@ public static function &fields() { 'localizable' => 0, 'html' => [ 'type' => 'Text', + 'label' => ts("Title"), ], 'add' => '3.3', ], @@ -333,6 +336,7 @@ public static function &fields() { 'localizable' => 0, 'html' => [ 'type' => 'TextArea', + 'label' => ts("Description"), ], 'add' => '3.3', ], @@ -352,6 +356,7 @@ public static function &fields() { 'html' => [ 'type' => 'Select Date', 'formatType' => 'activityDateTime', + 'label' => ts("Start Date"), ], 'add' => '3.3', ], @@ -371,6 +376,7 @@ public static function &fields() { 'html' => [ 'type' => 'Select Date', 'formatType' => 'activityDateTime', + 'label' => ts("End Date"), ], 'add' => '3.3', ], @@ -389,6 +395,7 @@ public static function &fields() { 'localizable' => 0, 'html' => [ 'type' => 'Select', + 'label' => ts("Type"), ], 'pseudoconstant' => [ 'optionGroupName' => 'campaign_type', @@ -411,6 +418,7 @@ public static function &fields() { 'localizable' => 0, 'html' => [ 'type' => 'Select', + 'label' => ts("Status"), ], 'pseudoconstant' => [ 'optionGroupName' => 'campaign_status', @@ -436,6 +444,7 @@ public static function &fields() { 'localizable' => 0, 'html' => [ 'type' => 'Text', + 'label' => ts("External ID"), ], 'add' => '3.3', ], diff --git a/xml/schema/Campaign/Campaign.xml b/xml/schema/Campaign/Campaign.xml index f0b0518df3d4..3ef4f4e60b3b 100644 --- a/xml/schema/Campaign/Campaign.xml +++ b/xml/schema/Campaign/Campaign.xml @@ -23,6 +23,7 @@ true Number + 3.3 @@ -41,6 +42,7 @@ true Text + 3.3 @@ -58,6 +60,7 @@ true Text + 3.3 @@ -70,6 +73,7 @@ TextArea 8 60 + Full description of Campaign. 3.3 @@ -83,6 +87,7 @@ Date and time that Campaign starts. true + Select Date activityDateTime @@ -97,6 +102,7 @@ Date and time that Campaign ends. true + Select Date activityDateTime @@ -114,6 +120,7 @@ campaign_type + Select 3.3 @@ -135,6 +142,7 @@ campaign_status + Select 3.3 @@ -156,6 +164,7 @@ true 3.3 + Text @@ -196,6 +205,7 @@ Is this Campaign enabled or disabled/cancelled? 3.3 + CheckBox