Skip to content

Commit 06195b8

Browse files
committed
ACP2E-957: Re: Problem in import products module (Merchant made a patch & asking us to fix in core magento)
1 parent cd826aa commit 06195b8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2944,7 +2944,7 @@ protected function checkUrlKeyDuplicates()
29442944
)->joinLeft(
29452945
['cpe' => $resource->getTable('catalog_product_entity')],
29462946
"cpe.entity_id = url_rewrite.entity_id"
2947-
)->where('request_path IN (?)', array_keys($urlKeys))
2947+
)->where('request_path IN (?)', array_map('strval', array_keys($urlKeys)))
29482948
->where('store_id IN (?)', $storeId)
29492949
->where('cpe.sku not in (?)', array_values($urlKeys))
29502950
);

0 commit comments

Comments
 (0)