Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 928 Bytes

2022-09-16-fix-mail-template-language-fallback-chain-usage.md

File metadata and controls

16 lines (16 loc) · 928 Bytes
title issue author author_email author_github
Fix mail template language fallback chain usage
NEXT-13730
Lars Kemper
l.kemper@shopware.com
LarsKemper

Core

  • Update and move customer_group_change_accept mail template to src\Core\Migration\Fixtures\mails
  • Move customer_group_change_reject mail template to src\Core\Migration\Fixtures\mails
  • Update and move customer.group.registration.accepted mail template to src\Core\Migration\Fixtures\mails
  • Update and move customer.group.registration.declined mail template to src\Core\Migration\Fixtures\mails
  • Update and move guest_order.double_opt_in mail template to src\Core\Migration\Fixtures\mails
  • Update MailTemplateTypes in src\Core\Content\MailTemplate
  • Create Migration1663238480FixMailTemplateFallbackChainUsage in src\Core\Migration
  • Create Migration1663238480FixMailTemplateFallbackChainUsageTest in tests\Migration\Core