Skip to content

Commit 4b33a28

Browse files
committed
MAGETWO-70683: New registered customer not showed in admin customer grid
- change save behavior for address entity
1 parent 8c46593 commit 4b33a28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,7 @@ public function reindex()
351351
{
352352
/** @var \Magento\Framework\Indexer\IndexerInterface $indexer */
353353
$indexer = $this->indexerRegistry->get(Customer::CUSTOMER_GRID_INDEXER_ID);
354-
if (!$indexer->isScheduled()) {
355-
$indexer->reindexRow($this->getCustomerId());
356-
}
354+
$indexer->reindexRow($this->getCustomerId());
357355
}
358356

359357
/**

0 commit comments

Comments
 (0)