From efb34c9967ab9b3b9647c7885b91465a611825ed Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 1 Jun 2019 10:11:06 -0400 Subject: [PATCH] Regenerate Event DAO for i18n --- CRM/Core/I18n/SchemaStructure.php | 16 ++++++++-------- CRM/Event/DAO/Event.php | 18 +++++++++--------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CRM/Core/I18n/SchemaStructure.php b/CRM/Core/I18n/SchemaStructure.php index e2468d6e6a..439e5ec58f 100644 --- a/CRM/Core/I18n/SchemaStructure.php +++ b/CRM/Core/I18n/SchemaStructure.php @@ -629,7 +629,7 @@ class CRM_Core_I18n_SchemaStructure { 'cols' => "60", ], 'description' => [ - 'type' => "TextArea", + 'type' => "RichTextEditor", 'rows' => "8", 'cols' => "60", ], @@ -645,12 +645,12 @@ class CRM_Core_I18n_SchemaStructure { 'type' => "Text", ], 'intro_text' => [ - 'type' => "TextArea", + 'type' => "RichTextEditor", 'rows' => "6", 'cols' => "50", ], 'footer_text' => [ - 'type' => "TextArea", + 'type' => "RichTextEditor", 'rows' => "6", 'cols' => "50", ], @@ -658,12 +658,12 @@ class CRM_Core_I18n_SchemaStructure { 'type' => "Text", ], 'confirm_text' => [ - 'type' => "TextArea", + 'type' => "RichTextEditor", 'rows' => "6", 'cols' => "50", ], 'confirm_footer_text' => [ - 'type' => "TextArea", + 'type' => "RichTextEditor", 'rows' => "6", 'cols' => "50", ], @@ -679,17 +679,17 @@ class CRM_Core_I18n_SchemaStructure { 'type' => "Text", ], 'thankyou_text' => [ - 'type' => "TextArea", + 'type' => "RichTextEditor", 'rows' => "6", 'cols' => "50", ], 'thankyou_footer_text' => [ - 'type' => "TextArea", + 'type' => "RichTextEditor", 'rows' => "6", 'cols' => "50", ], 'pay_later_text' => [ - 'type' => "Text", + 'type' => "RichTextEditor", ], 'pay_later_receipt' => [ 'type' => "Text", diff --git a/CRM/Event/DAO/Event.php b/CRM/Event/DAO/Event.php index e5471649f0..598001578d 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:887208d4102061a0f26eda2a6f84ea09) + * (GenCodeChecksum:f3c11a01d973394dacd923cc65d9a3dc) */ /** @@ -603,7 +603,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 1, 'html' => [ - 'type' => 'TextArea', + 'type' => 'RichTextEditor', ], ], 'event_type_id' => [ @@ -952,7 +952,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 1, 'html' => [ - 'type' => 'TextArea', + 'type' => 'RichTextEditor', ], ], 'footer_text' => [ @@ -968,7 +968,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 1, 'html' => [ - 'type' => 'TextArea', + 'type' => 'RichTextEditor', ], ], 'confirm_title' => [ @@ -1001,7 +1001,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 1, 'html' => [ - 'type' => 'TextArea', + 'type' => 'RichTextEditor', ], ], 'confirm_footer_text' => [ @@ -1017,7 +1017,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 1, 'html' => [ - 'type' => 'TextArea', + 'type' => 'RichTextEditor', ], ], 'is_email_confirm' => [ @@ -1167,7 +1167,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 1, 'html' => [ - 'type' => 'TextArea', + 'type' => 'RichTextEditor', ], ], 'thankyou_footer_text' => [ @@ -1183,7 +1183,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 1, 'html' => [ - 'type' => 'TextArea', + 'type' => 'RichTextEditor', ], ], 'is_pay_later' => [ @@ -1212,7 +1212,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 1, 'html' => [ - 'type' => 'Text', + 'type' => 'RichTextEditor', ], ], 'pay_later_receipt' => [ -- 2.25.1