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 afc8e30 commit eed1e69Copy full SHA for eed1e69
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator.php
@@ -458,6 +458,7 @@ public function isValid($value)
458
//prioritize specialized validation
459
if ($validator->getFieldName() &&
460
isset($validatedAttributes['attributes']) &&
461
+ isset($validatedAttributes['attributes'][$validator->getFieldName()]) &&
462
$validatedAttributes['attributes'][$validator->getFieldName()] === false
463
) {
464
$validatedAttributes['attributes'][$validator->getFieldName()] = true;
0 commit comments