Skip to content

Commit 6595e8f

Browse files
authoredFeb 17, 2022
Merge pull request #117 from magento-troll/MDEE-102
MDEE-102: Assignment of products to the category does not sync into SaaS
2 parents 08ca994 + 6b5ca71 commit 6595e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CatalogDataExporter/etc/mview.xml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<table name="catalog_product_entity_decimal" entity_column="entity_id" />
2020
<table name="catalog_product_entity_tier_price" entity_column="entity_id" />
2121
<table name="catalogrule_product_price" entity_column="product_id" />
22+
<table name="catalog_category_product" entity_column="product_id" />
2223
</subscriptions>
2324
</view>
2425
<view id="catalog_data_exporter_product_attributes" class="Magento\CatalogDataExporter\Model\Indexer\ProductAttributeFeedIndex" group="indexer">

0 commit comments

Comments
 (0)
Please sign in to comment.