Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (11 loc) · 553 Bytes

2021-04-08-cms-page-translation-name-nullable.md

File metadata and controls

11 lines (11 loc) · 553 Bytes
title issue author author_email author_github
Cms Page Translation Name Nullable
NEXT-15011
Rune Laenen
runelaenen

Core

  • Added migration Shopware\Core\Migration\V6_4\Migration1617896006MakeNameNullable to make name column in cms_page_translation nullable.
  • Removed Required flag from field name in Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  • Changed method Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationEntity::setName() to accept null.