Skip to content

Commit fe70565

Browse files
NadiyaSvzabaznov
authored andcommitted
MAGETWO-55156: [Backport] If custom text area attribute is created, you can't export bundle product. - for 2.0
- MAGETWO-58104: If custom text area attribute is created, you can't export bundle product. - for 2.2 - (cherry picked from commit 5d7563f)
1 parent 42be80e commit fe70565

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ private function parseAdditionalAttributes($additionalAttributes)
23402340
if (!$code) {
23412341
continue;
23422342
}
2343-
$preparedAttributes[$code] .= $this->getMultipleValueSeparator() .$attributeData;
2343+
$preparedAttributes[$code] .= $this->getMultipleValueSeparator() . $attributeData;
23442344
continue;
23452345
}
23462346
list($code, $value) = explode(self::PAIR_NAME_VALUE_SEPARATOR, $attributeData, 2);

0 commit comments

Comments
 (0)