File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Customer/etc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
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" >
11
11
<title translate =" true" >Customer Grid</title >
12
12
<description translate =" true" >Rebuild Customer grid index</description >
13
13
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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" >
10
10
<subscriptions >
11
11
<table name =" customer_entity" entity_column =" entity_id" />
12
12
<table name =" customer_entity_datetime" entity_column =" entity_id" />
You can’t perform that action at this time.
0 commit comments