From 9fe3b8a0cdff5c9f4677c1890ca2bf52718acae5 Mon Sep 17 00:00:00 2001 From: Anton Evers Date: Mon, 6 Jun 2016 12:40:11 +0200 Subject: [PATCH] This does not belong here The table catalog_product_entity_media_gallery does not have a column that represents a product entity_id so it cannot be subscribed to triggers for catalogrule_product or catalog_product_flat The current value_id is not a product entity_id so https://github.com/magento/magento2/commit/88891edb1069cda1c8ac78286be308a4bec7175e should have never been approved. Insead the whole subscription should be removed. For now there is no way to trigger an indexer when the name if an image changes. If the image gets deleted or added the subscription on catalog_product_entity_media_gallery_value will handle it. --- app/code/Magento/Catalog/etc/mview.xml | 1 - app/code/Magento/CatalogRule/etc/mview.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/app/code/Magento/Catalog/etc/mview.xml b/app/code/Magento/Catalog/etc/mview.xml index 4213faf9307b5..7ae38a7f2d0e1 100644 --- a/app/code/Magento/Catalog/etc/mview.xml +++ b/app/code/Magento/Catalog/etc/mview.xml @@ -36,7 +36,6 @@
-
diff --git a/app/code/Magento/CatalogRule/etc/mview.xml b/app/code/Magento/CatalogRule/etc/mview.xml index 0fc3be87057be..2990c03ae0159 100644 --- a/app/code/Magento/CatalogRule/etc/mview.xml +++ b/app/code/Magento/CatalogRule/etc/mview.xml @@ -18,7 +18,6 @@
-