Skip to content

Commit 6dd7c11

Browse files
author
Eric Bohanon
committed
MAGETWO-65667: Error Importing Customer multiselect attribute
1 parent 6715a93 commit 6dd7c11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/ImportExport/Model/Import/AbstractEntity.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Magento\Framework\App\ObjectManager;
99
use Magento\Framework\App\ResourceConnection;
1010
use Magento\Framework\Serialize\Serializer\Json;
11+
use Magento\ImportExport\Model\Import;
1112
use Magento\ImportExport\Model\Import\ErrorProcessing\ProcessingError;
1213
use Magento\ImportExport\Model\Import\ErrorProcessing\ProcessingErrorAggregatorInterface;
1314

@@ -673,7 +674,7 @@ public function isAttributeValid(
673674
array $attributeParams,
674675
array $rowData,
675676
$rowNumber,
676-
$multiSeparator
677+
$multiSeparator = Import::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR
677678
) {
678679
$message = '';
679680
switch ($attributeParams['type']) {

0 commit comments

Comments
 (0)