title | issue |
---|---|
Initialize associations in custom entities |
NEXT-21626 |
- Changed
\Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::hydrateFields()
to initialize all associations inArrayEntities
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.