Skip to content

Commit ba7630b

Browse files
committed
MAGETWO-95445: Category Flat Data indexer doesnt show status as reindex required after deleting store/storeview
- Fix static test failures
1 parent 2fc6596 commit ba7630b

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Category/Flat/Action

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Flat/Action/Full.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ private function getActualStoreTablesForCategoryFlat(): array
183183
foreach ($this->storeManager->getStores() as $store) {
184184
$actualStoreTables[] = sprintf(
185185
'%s_store_%s',
186-
$this->connection->getTableName('catalog_category_flat'), $store->getId()
186+
$this->connection->getTableName('catalog_category_flat'),
187+
$store->getId()
187188
);
188189
}
189190

0 commit comments

Comments
 (0)