Skip to content

Commit

Permalink
Add serialize metadata to tag used_for field
Browse files Browse the repository at this point in the history
The used_for field is a comma separated list.
  • Loading branch information
colemanw committed Apr 21, 2019
1 parent 2617d84 commit bc7b7b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CRM/Core/DAO/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Core/Tag.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:e66cd3973c4f223dd201904b3c59b233)
* (GenCodeChecksum:8c816585b0863674074b4aaf5c644cab)
*/

/**
Expand Down Expand Up @@ -229,6 +229,7 @@ public static function &fields() {
'entity' => 'Tag',
'bao' => 'CRM_Core_BAO_Tag',
'localizable' => 0,
'serialize' => self::SERIALIZE_COMMA,
'html' => [
'type' => 'Select',
],
Expand Down
1 change: 1 addition & 0 deletions xml/schema/Core/Tag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<pseudoconstant>
<optionGroupName>tag_used_for</optionGroupName>
</pseudoconstant>
<serialize>COMMA</serialize>
<add>3.2</add>
</field>
<field>
Expand Down

0 comments on commit bc7b7b4

Please sign in to comment.