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 a394ae1 commit 5ca9491Copy full SHA for 5ca9491
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -2962,6 +2962,9 @@ private function parseAttributesWithWrappedValues($attributesData)
2962
public function parseMultiselectValues($values, $delimiter = '')
2963
{
2964
if (empty($this->_parameters[Import::FIELDS_ENCLOSURE])) {
2965
+ if (is_array($values)) {
2966
+ return $values;
2967
+ }
2968
if (!$delimiter) {
2969
$delimiter = $this->getMultipleValueSeparator();
2970
}
0 commit comments