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 c181df2 commit 0917f29Copy full SHA for 0917f29
app/code/Magento/ImportExport/Model/Import.php
@@ -687,7 +687,7 @@ public function isReportEntityType($entity = null)
687
throw new \Magento\Framework\Exception\LocalizedException(__('Please enter a correct entity model'));
688
}
689
} else {
690
- $result = $this->_entityAdapter->isNeedToLogInHistory();
+ $result = $this->_getEntityAdapter()->isNeedToLogInHistory();
691
692
return $result;
693
0 commit comments