From d5851cf27fba01ba700f8804996979188586f6cb Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Sun, 30 Aug 2020 16:58:32 -0400 Subject: [PATCH] add serialize data to actionschedule --- CRM/Core/DAO/ActionSchedule.php | 5 ++++- xml/schema/Core/ActionSchedule.xml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CRM/Core/DAO/ActionSchedule.php b/CRM/Core/DAO/ActionSchedule.php index 2762cb3f88..666f773ba8 100644 --- a/CRM/Core/DAO/ActionSchedule.php +++ b/CRM/Core/DAO/ActionSchedule.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/ActionSchedule.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:caf8b2cabbe06570dcf6cb93144004d2) + * (GenCodeChecksum:d05639de89f460efbb3474dcaf5acd27) */ /** @@ -409,6 +409,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED, 'add' => '3.4', ], 'entity_status' => [ @@ -423,6 +424,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED, 'add' => '3.4', ], 'start_action_offset' => [ @@ -617,6 +619,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'entity' => 'ActionSchedule', 'bao' => 'CRM_Core_BAO_ActionSchedule', 'localizable' => 0, + 'serialize' => self::SERIALIZE_COMMA, 'add' => '3.4', ], 'recipient_listing' => [ diff --git a/xml/schema/Core/ActionSchedule.xml b/xml/schema/Core/ActionSchedule.xml index 4c7d78c219..536f174cfb 100644 --- a/xml/schema/Core/ActionSchedule.xml +++ b/xml/schema/Core/ActionSchedule.xml @@ -51,6 +51,7 @@ varchar 255 Entity value + SEPARATOR_TRIMMED 3.4 @@ -58,6 +59,7 @@ varchar 64 Entity status + SEPARATOR_TRIMMED 3.4 @@ -169,6 +171,7 @@ varchar 128 Contact IDs to which reminder should be sent. + COMMA 3.4 -- 2.25.1