Skip to content

Commit c387ff4

Browse files
author
Eric Bohanon
committed
MAGETWO-70346: Configurable product shows on frontend after deleting child products
1 parent e6bbe78 commit c387ff4

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/etc

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
</type>
194194
<type name="Magento\ConfigurableProduct\Plugin\Model\ResourceModel\Product">
195195
<arguments>
196-
<argument name="indexerAction" xsi:type="object">Magento\Catalog\Model\Indexer\Product\Full</argument>
196+
<argument name="productIndexer" xsi:type="object">Magento\Catalog\Model\Indexer\Product\Full</argument>
197197
</arguments>
198198
</type>
199199
</config>

0 commit comments

Comments
 (0)