Skip to content

Commit

Permalink
Merge pull request #17651 from colemanw/domainSer
Browse files Browse the repository at this point in the history
Add serialize metadata to domain.locales field
  • Loading branch information
seamuslee001 authored Jun 18, 2020
2 parents 19abd7e + 1be376e commit da3354e
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/Domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Core/Domain.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:eeb436dfcd543144a2d60e2ddf48e015)
* (GenCodeChecksum:867bfe42e7ea7ebf4f7300348bae59d7)
*/

/**
Expand Down Expand Up @@ -194,6 +194,7 @@ public static function &fields() {
'entity' => 'Domain',
'bao' => 'CRM_Core_BAO_Domain',
'localizable' => 0,
'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED,
],
'locale_custom_strings' => [
'name' => 'locale_custom_strings',
Expand Down
1 change: 1 addition & 0 deletions xml/schema/Core/Domain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
<type>text</type>
<title>Supported Languages</title>
<comment>list of locales supported by the current db state (NULL for single-lang install)</comment>
<serialize>SEPARATOR_TRIMMED</serialize>
<add>2.1</add>
</field>
<field>
Expand Down

0 comments on commit da3354e

Please sign in to comment.