Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 323 Bytes

2021-02-16-Allow-Null-Type-In-ProductConfiguratorSettingEntity-MediaId.md

File metadata and controls

9 lines (9 loc) · 323 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Allow null type in ProductConfiguratorSettingEntity mediaId
issue: NEXT-13789
author: Sebastian Diez
author_email: s.diez@seidemann-web.com
author_github: @s-diez
---

Core

  • Changed the type of the property mediaId in ProductConfiguratorSettingEntity from string to string|null. Since it could always be null.