Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 387 Bytes

2022-07-19-initialize-associations-in-custom-entities.md

File metadata and controls

6 lines (6 loc) · 387 Bytes
title issue
Initialize associations in custom entities
NEXT-21626

Core

  • Changed \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::hydrateFields() to initialize all associations in ArrayEntities with null values, thus fixing a problem where association keys of to-many-associations are not present for custom entities, if they weren't loaded explicitly.