Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 580 Bytes

2024-02-07-fix-many-to-many-serializer-check.md

File metadata and controls

8 lines (8 loc) · 580 Bytes
title issue
Fix many to many serializer check
NEXT-33362

Core

  • Changed the data structure check to be in the correct place in \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  • Deprecated \Shopware\Core\Framework\DataAbstractionLayer\Exception\DecodeByHydratorException use \Shopware\Core\Framework\DataAbstractionLayer\DataAbstractionLayerException::decodeHandledByHydrator instead
  • Changed the various association field serializers to throw DataAbstractionLayerException's instead of \RuntimeException's