Skip to content

Commit

Permalink
CC-34258: Multi-select attribute values (Fixathon)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed Sep 2, 2024
1 parent 50b33dc commit 862463f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ protected function importProductAbstractLocalizedAttributes(DataSetInterface $da
->setMetaDescription($localizedAttributes[static::COLUMN_META_DESCRIPTION])
->setMetaKeywords($localizedAttributes[static::COLUMN_META_KEYWORDS])
->setFkLocale($idLocale)
->setAttributes((string)json_encode($localizedAttributes[static::KEY_ATTRIBUTES]));
->setAttributes((string)json_encode($this->formatMultiSelectProductAttributes($localizedAttributes[static::KEY_ATTRIBUTES] ?? [])));

$localizedAttributeTransfer[] = [
static::COLUMN_ABSTRACT_SKU => $dataSet[static::COLUMN_ABSTRACT_SKU],
Expand Down

0 comments on commit 862463f

Please sign in to comment.