Skip to content

Commit e4b4c7f

Browse files
author
Roman Lytvynenko
committed
MC-31122: Group titles not found for downloadable products while importing products
1 parent aea9354 commit e4b4c7f

File tree

1 file changed

+0
-5
lines changed
  • app/code/Magento/DownloadableImportExport/Model/Import/Product/Type

1 file changed

+0
-5
lines changed

app/code/Magento/DownloadableImportExport/Model/Import/Product/Type/Downloadable.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -406,11 +406,6 @@ protected function isRowValidLink(array $rowData)
406406

407407
$linkData = $this->prepareLinkData($rowData[self::COL_DOWNLOADABLE_LINKS]);
408408

409-
if ($this->linksAdditionalAttributes($rowData, 'group_title', self::DEFAULT_GROUP_TITLE) == '') {
410-
$this->_entityModel->addRowError(self::ERROR_GROUP_TITLE_NOT_FOUND, $this->rowNum);
411-
$result = true;
412-
}
413-
414409
$result = $result ?? $this->isTitle($linkData);
415410

416411
foreach ($linkData as $link) {

0 commit comments

Comments
 (0)