Skip to content

Commit 028bf1f

Browse files
ACPT-820
fixing bug
1 parent b48be5c commit 028bf1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/ImportExport/Model/Import.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ public function importSource()
485485
$idsFromPostData = $this->getData(self::FIELD_IMPORT_IDS);
486486
if (null !== $idsFromPostData && '' !== $idsFromPostData) {
487487
$ids = explode(",", $idsFromPostData);
488+
$this->_getEntityAdapter()->setIds($ids);
488489
}
489490
}
490491
$this->setData('entity', $this->getDataSourceModel()->getEntityTypeCode($ids));

0 commit comments

Comments
 (0)