Skip to content

Commit 0630e59

Browse files
committed
MC-37006: Adding/removing disabled products to Magento flushes categories cache
1 parent ee1f513 commit 0630e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<table name="catalog_product_bundle_selection" entity_column="parent_product_id" />
2020
<table name="catalog_product_super_link" entity_column="product_id" />
2121
<table name="catalog_product_link" entity_column="product_id" />
22+
<table name="catalog_category_product" entity_column="product_id" />
2223
</subscriptions>
2324
</view>
2425
</config>

0 commit comments

Comments
 (0)