- PIM-6480: Add gallery view and display selector to the product grid
- PIM-6621: add search on label and code on products and product models
- PIM-6966: Add tracker information for product model, product variant and family variant
- PIM-6990: Add new screen for managing product associations
- Change the constructor of
Pim\Bundle\DataGridBundle\Normalizer\ProductNormalizer
to addPim\Bundle\EnrichBundle\Normalizer\ImageNormalizer
parameter - Change the constructor of
Pim\Bundle\EnrichBundle\Normalizer\EntityWithFamilyVariantNormalizer
to replacePim\Bundle\EnrichBundle\Normalizer\FileNormalizer
parameter bySymfony\Component\Serializer\Normalizer\NormalizerInterface
- Change the constructor of
Pim\Bundle\EnrichBundle\Normalizer\ProductModelNormalizer
to replaceSymfony\Component\Serializer\Normalizer\NormalizerInterface
parameter bySymfony\Component\Serializer\Normalizer\NormalizerInterface
- Change the constructor of
Pim\Bundle\EnrichBundle\Normalizer\ProductNormalizer
to replaceSymfony\Component\Serializer\Normalizer\NormalizerInterface
parameter bySymfony\Component\Serializer\Normalizer\NormalizerInterface
- Change the constructor of
Pim\Component\Catalog\Validator\Constraints\FamilyAttributeAsImageValidator
to add astring[]
- Change the constructor of
Pim\Bundle\AnalyticsBundle\DataCollector\DBDataCollector
to add aPim\Component\Catalog\Repository\ProductModelRepositoryInterface
,Pim\Component\Catalog\Repository\VariantProductRepositoryInterface
andPim\Component\Catalog\Repository\FamilyVariantRepositoryInterface
- Change the constructor of
Pim\Bundle\EnrichBundle\Controller\Rest\ProductController
to addAkeneo\Component\StorageUtils\Repository\CursorableRepositoryInterface
as second parameter
- Add optional parameter
$scopeCode
to the methodgetLabel
ofPim\Component\Catalog\Model\ProductModelInterface
- Add optional parameter
$scopeCode
to the methodgetLabel
ofPim\Component\Catalog\Model\ProductInterface
- Remove method
countAll
inPim\Component\Catalog\Repository\FamilyInterface
,Pim\Component\Catalog\Repository\VariantProductRepositoryInterface
andPim\Bundle\UserBundle\Repository\UserRepositoryInterface
- Add
Pim\Bundle\AnalyticsBundle\Repository\EntityCountableRepository
with methodcountAll