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 aea9354 commit e4b4c7fCopy full SHA for e4b4c7f
app/code/Magento/DownloadableImportExport/Model/Import/Product/Type/Downloadable.php
@@ -406,11 +406,6 @@ protected function isRowValidLink(array $rowData)
406
407
$linkData = $this->prepareLinkData($rowData[self::COL_DOWNLOADABLE_LINKS]);
408
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
-
414
$result = $result ?? $this->isTitle($linkData);
415
416
foreach ($linkData as $link) {
0 commit comments