Skip to content

Commit

Permalink
Merge remote-tracking branch '31264/fix-eav-cache-type' into comprs_nov
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Charlie committed Nov 25, 2024
2 parents df31c63 + acdbedd commit 830a2ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/Magento/Catalog/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,11 @@
<type name="Magento\Catalog\Model\ResourceModel\Config">
<plugin name="productListingAttributesCaching" type="Magento\Catalog\Plugin\Model\ResourceModel\Config" />
</type>
<type name="Magento\Catalog\Plugin\Model\ResourceModel\Config">
<arguments>
<argument name="cache" xsi:type="object">configured_eav_cache</argument>
</arguments>
</type>
<preference for="Magento\Catalog\Api\ProductLinkTypeListInterface" type="Magento\Catalog\Model\Product\LinkTypeProvider" />
<preference for="Magento\Catalog\Api\Data\ProductLinkAttributeInterface" type="Magento\Catalog\Model\ProductLink\Attribute" />
<preference for="Magento\Catalog\Api\Data\ProductLinkTypeInterface" type="Magento\Catalog\Model\ProductLink\Type" />
Expand Down

0 comments on commit 830a2ad

Please sign in to comment.