From bc7b7b4abe5a2d5a922f8c443b9275e25e5bff75 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 20 Apr 2019 20:24:08 -0400 Subject: [PATCH] Add serialize metadata to tag used_for field The used_for field is a comma separated list. --- CRM/Core/DAO/Tag.php | 3 ++- xml/schema/Core/Tag.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CRM/Core/DAO/Tag.php b/CRM/Core/DAO/Tag.php index 0dce7bc38be..24fc209c681 100644 --- a/CRM/Core/DAO/Tag.php +++ b/CRM/Core/DAO/Tag.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Tag.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e66cd3973c4f223dd201904b3c59b233) + * (GenCodeChecksum:8c816585b0863674074b4aaf5c644cab) */ /** @@ -229,6 +229,7 @@ public static function &fields() { 'entity' => 'Tag', 'bao' => 'CRM_Core_BAO_Tag', 'localizable' => 0, + 'serialize' => self::SERIALIZE_COMMA, 'html' => [ 'type' => 'Select', ], diff --git a/xml/schema/Core/Tag.xml b/xml/schema/Core/Tag.xml index 2b7b047f181..37884584516 100644 --- a/xml/schema/Core/Tag.xml +++ b/xml/schema/Core/Tag.xml @@ -90,6 +90,7 @@ tag_used_for + COMMA 3.2