Skip to content

Commit

Permalink
[task] #91. Fix executeList. Fix MView reference
Browse files Browse the repository at this point in the history
  • Loading branch information
maghamed committed Oct 4, 2017
1 parent b133a42 commit 037d5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Inventory/etc/mview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Mview/etc/mview.xsd">
<view id="inventory_stock_item" class="Magento\Inventory\Model\Indexer\StockItem\Mview\Action" group="indexer">
<view id="inventory_stock_item" class="Magento\Inventory\Indexer\StockItem\Mview\Action" group="indexer">
<subscriptions>
<table name="inventory_source_item" entity_column="source_item_id" />
</subscriptions>
Expand Down

0 comments on commit 037d5e0

Please sign in to comment.