Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 380 Bytes

2020-11-11-allow-empty-snippet-values.md

File metadata and controls

7 lines (7 loc) · 380 Bytes
title issue
Allow empty snippet values
NEXT-7161

Core

  • Added \Shopware\Core\Framework\DataAbstractionLayer\Field\Flag\AllowEmptyString flag, to indicate that an empty string is a valid value for the flagged field and that it should not be considered as null.
  • Changed the value field of \Shopware\Core\System\Snippet\SnippetDefinition to allow empty strings.