We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c853c commit 06fee9dCopy full SHA for 06fee9d
app/code/Magento/CatalogInventory/etc/indexer.xml
@@ -10,4 +10,9 @@
10
<title translate="true">Stock</title>
11
<description translate="true">Index stock</description>
12
</indexer>
13
+ <indexer id="catalog_product_price">
14
+ <dependencies>
15
+ <indexer id="cataloginventory_stock"/>
16
+ </dependencies>
17
+ </indexer>
18
</config>
0 commit comments