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 6715a93 commit 6dd7c11Copy full SHA for 6dd7c11
app/code/Magento/ImportExport/Model/Import/AbstractEntity.php
@@ -8,6 +8,7 @@
8
use Magento\Framework\App\ObjectManager;
9
use Magento\Framework\App\ResourceConnection;
10
use Magento\Framework\Serialize\Serializer\Json;
11
+use Magento\ImportExport\Model\Import;
12
use Magento\ImportExport\Model\Import\ErrorProcessing\ProcessingError;
13
use Magento\ImportExport\Model\Import\ErrorProcessing\ProcessingErrorAggregatorInterface;
14
@@ -673,7 +674,7 @@ public function isAttributeValid(
673
674
array $attributeParams,
675
array $rowData,
676
$rowNumber,
- $multiSeparator
677
+ $multiSeparator = Import::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR
678
) {
679
$message = '';
680
switch ($attributeParams['type']) {
0 commit comments