Skip to content

Commit 2f0067c

Browse files
committed
ACP2E-1458: Product is not visible on the Storefront after a staging update enabling it is applied
1 parent b2713fa commit 2f0067c

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Indexer/etc

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<type name="Magento\Framework\Mview\View\Subscription">
3838
<arguments>
3939
<argument name="viewCollection" xsi:type="object" shared="false">Magento\Framework\Mview\View\CollectionInterface</argument>
40+
<argument name="ignoredUpdateColumns" xsi:type="array">
41+
<item name="updated_at" xsi:type="string">updated_at</item>
42+
</argument>
4043
</arguments>
4144
</type>
4245
<type name="Magento\Indexer\Model\Processor">

0 commit comments

Comments
 (0)