Skip to content

Commit 21889b9

Browse files
author
Oleksandr Dubovyk
committed
MC-19013: Scheduled update is not created by the admin from not default site
- static tests
1 parent 325ea6e commit 21889b9

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/etc

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
<argument name="hydrators" xsi:type="array">
868868
<item name="Magento\Catalog\Api\Data\CategoryInterface" xsi:type="string">Magento\Framework\EntityManager\AbstractModelHydrator</item>
869869
<item name="Magento\Catalog\Api\Data\CategoryTreeInterface" xsi:type="string">Magento\Framework\EntityManager\AbstractModelHydrator</item>
870-
<item name="Magento\Catalog\Api\Data\ProductInterface" xsi:type="string">\Magento\Catalog\Model\Product\Hydrator</item>
870+
<item name="Magento\Catalog\Api\Data\ProductInterface" xsi:type="string">Magento\Catalog\Model\Product\Hydrator</item>
871871
</argument>
872872
</arguments>
873873
</type>

0 commit comments

Comments
 (0)