Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 351 Bytes

2021-09-09-fixed-required-check-for-datetime-and-date-fields.md

File metadata and controls

6 lines (6 loc) · 351 Bytes
title issue
Fixed Required()-Flag check for DateTimeField and DateField
NEXT-13680

Core

  • Changed \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer and \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer to not allow null values, when the field is marked as required.