Skip to content

Commit 1544a50

Browse files
Chhandak.Baruadevarul
authored andcommitted
ACP2E-1377: HTML tags removed in Page Builder editor after Product Import
1 parent 8d6519b commit 1544a50

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ protected function collectRawData()
10971097
$additionalAttributes[$fieldName] = $fieldName .
10981098
ImportProduct::PAIR_NAME_VALUE_SEPARATOR . $this->wrapValue($attrValue);
10991099
}
1100-
$data[$itemId][$storeId][$fieldName] = htmlspecialchars_decode($attrValue);
1100+
$data[$itemId][$storeId][$fieldName] = $attrValue;
11011101
}
11021102
} else {
11031103
$this->collectMultiselectValues($item, $code, $storeId);

0 commit comments

Comments
 (0)