Skip to content

Commit 3da2906

Browse files
committed
ACP2E-789: trigger mview index invalidation for product price when a product is assigned to a new website.
1 parent f5a85ab commit 3da2906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<table name="catalog_product_entity_int" entity_column="entity_id" />
5151
<table name="catalog_product_entity_tier_price" entity_column="entity_id" />
5252
<table name="catalog_product_link" entity_column="product_id" />
53+
<table name="catalog_product_website" entity_column="product_id" />
5354
</subscriptions>
5455
</view>
5556
<view id="catalog_product_attribute" class="Magento\Catalog\Model\Indexer\Product\Eav" group="indexer">

0 commit comments

Comments
 (0)