Skip to content

Commit 167a11c

Browse files
ENGCOM-3993: store_view_code-column-has-empty-values-in-csv-17784. #19395
- Merge Pull Request #19395 from Valant13/magento2:store_view_code-column-has-empty-values-in-csv-17784 - Merged commits: 1. ea9f359
2 parents b8eb424 + ea9f359 commit 167a11c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Export

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Export/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,8 @@ protected function loadCollection(): array
948948
foreach ($collection as $itemId => $item) {
949949
$data[$itemId][$storeId] = $item;
950950
}
951+
$collection->clear();
951952
}
952-
$collection->clear();
953953

954954
return $data;
955955
}

0 commit comments

Comments
 (0)