diff options
author | Lee Rowlands <lee.rowlands@previousnext.com.au> | 2019-09-11 19:35:39 +1000 |
---|---|---|
committer | Lee Rowlands <lee.rowlands@previousnext.com.au> | 2019-09-11 19:35:39 +1000 |
commit | 201bf4a6d0438dc0bd09877f0adb97af9225cf4b (patch) | |
tree | 0bd32137207126d2f50951c288c270ce721b81d8 /core/modules/config_translation/migrations | |
parent | 3dc32db65fda64d8582074976f4515a701d1fa10 (diff) | |
download | drupal-201bf4a6d0438dc0bd09877f0adb97af9225cf4b.tar.gz drupal-201bf4a6d0438dc0bd09877f0adb97af9225cf4b.zip |
Issue #3046397 by quietone: Change length in make_unique_entity_field to less than 32
Diffstat (limited to 'core/modules/config_translation/migrations')
-rw-r--r-- | core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml b/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml index 1fcba3e34d1..bb1b8ec319e 100644 --- a/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml +++ b/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml @@ -13,7 +13,7 @@ process: source: name - plugin: substr - length: 32 + length: 30 langcode: language property: plugin: static_map |