Skip to content

Commit 8c46593

Browse files
committed
MAGETWO-70683: New registered customer not showed in admin customer grid
1 parent a89d82f commit 8c46593

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Customer/Model/Customer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,9 +1077,7 @@ public function reindex()
10771077
{
10781078
/** @var \Magento\Framework\Indexer\IndexerInterface $indexer */
10791079
$indexer = $this->indexerRegistry->get(self::CUSTOMER_GRID_INDEXER_ID);
1080-
if (!$indexer->isScheduled()) {
1081-
$indexer->reindexRow($this->getId());
1082-
}
1080+
$indexer->reindexRow($this->getId());
10831081
}
10841082

10851083
/**

0 commit comments

Comments
 (0)