Skip to content

Commit 119e199

Browse files
committed
AC-13810: Customer Grid indexer does not work properly in Update by Schedule mode
1 parent 5fd6839 commit 119e199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:framework:Indexer/etc/indexer.xsd">
10-
<indexer id="customer_grid" view_id="customer_grid_flat" class="Magento\Framework\Indexer\Action\Entity" primary="customer">
10+
<indexer id="customer_grid" view_id="customer_dummy" class="Magento\Framework\Indexer\Action\Entity" primary="customer">
1111
<title translate="true">Customer Grid</title>
1212
<description translate="true">Rebuild Customer grid index</description>
1313

app/code/Magento/Customer/etc/mview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Mview/etc/mview.xsd">
9-
<view id="customer_grid_flat" class="Magento\Customer\Model\MviewAction" group="indexer">
9+
<view id="customer_dummy" class="Magento\Customer\Model\MviewAction" group="indexer">
1010
<subscriptions>
1111
<table name="customer_entity" entity_column="entity_id" />
1212
<table name="customer_entity_datetime" entity_column="entity_id" />

0 commit comments

Comments
 (0)