This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Description
From @brosenberger on October 30, 2017 10:53
Preconditions
- Misconfigured product update within UpgradeData-Script:
$eavSetup->addAttribute(\Magento\Catalog\Model\Product::ENTITY, 'pim_option_1', [
...
'global' => \Magento\Eav\Model\Entity\Attribute\ScopedAttributeInterface::SCOPE_WEBSITE,
...
]);
Steps to reproduce
- Create a correct product import csv for a configurable product including some references within the configuration_variants column
- go to admin-backend/system/import
- choose products to import with above created import file
- press validate data button
Expected result
- validation erros shows up with a more specific message like 'Attribute with code must be global and is not super in row(s)'
- see https://magento.stackexchange.com/questions/139630/attribute-with-this-code-is-not-super-in-row-magento-2
Actual result
- validation error shows up with message: Attribute with this code is not super in row(s)
Copied from original issue: magento/magento2#11871