Skip to content

Commit 56a8263

Browse files
committed
ACP2E-1754: Store level URL rewrites are removed after product import
1 parent 139f193 commit 56a8263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/ResourceModel/AttributeValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function getValuesMultiple(
177177
}
178178

179179
foreach ($connection->fetchAll($select) as $row) {
180-
$result[$row[$metadata->getLinkField()]][$row['store_id']] = $row['value'];
180+
$result[$row[$metadata->getIdentifierField()]][$row['store_id']] = $row['value'];
181181
}
182182
}
183183

0 commit comments

Comments
 (0)