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 230c43a commit ed5e229Copy full SHA for ed5e229
app/code/Magento/SampleData/Module/ConfigurableProduct/Setup/Product.php
@@ -7,6 +7,8 @@
7
8
use Magento\SampleData\Model\SetupInterface;
9
use Magento\Framework\App\Filesystem\DirectoryList;
10
+use Magento\ImportExport\Model\Import;
11
+use Magento\ImportExport\Model\Import\ErrorProcessing\ProcessingErrorAggregatorInterface;
12
13
/**
14
* Setup configurable product
@@ -78,7 +80,9 @@ public function run()
78
80
[
79
81
'entity' => 'catalog_product',
82
'behavior' => 'append',
- 'import_images_file_dir' => 'pub/media/catalog/product'
83
+ 'import_images_file_dir' => 'pub/media/catalog/product',
84
+ Import::FIELD_NAME_VALIDATION_STRATEGY =>
85
+ ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_SKIP_ERRORS
86
]
87
);
88
0 commit comments