We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48be5c commit 028bf1fCopy full SHA for 028bf1f
app/code/Magento/ImportExport/Model/Import.php
@@ -485,6 +485,7 @@ public function importSource()
485
$idsFromPostData = $this->getData(self::FIELD_IMPORT_IDS);
486
if (null !== $idsFromPostData && '' !== $idsFromPostData) {
487
$ids = explode(",", $idsFromPostData);
488
+ $this->_getEntityAdapter()->setIds($ids);
489
}
490
491
$this->setData('entity', $this->getDataSourceModel()->getEntityTypeCode($ids));
0 commit comments