Skip to content

Commit 06fee9d

Browse files
committed
ACP2E-767: Remove Magento Catalog dependency on Magento Inventory
1 parent 56c853c commit 06fee9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/CatalogInventory/etc/indexer.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
<title translate="true">Stock</title>
1111
<description translate="true">Index stock</description>
1212
</indexer>
13+
<indexer id="catalog_product_price">
14+
<dependencies>
15+
<indexer id="cataloginventory_stock"/>
16+
</dependencies>
17+
</indexer>
1318
</config>

0 commit comments

Comments
 (0)