Closed
Description
Preconditions (*)
- magento 2.2.4
- PHP 7.0.15
Steps to reproduce (*)
- Create dropdown type product attribute with attribute code "type_id" and assign the product attribute to attribute set.
- Create new product using that attribute and save it.
- Export the product.
- Import using the same csv.
Expected result (*)
- Magento shouldn't allows to create attribute with attribute code type_id.
- product_type column in csv should not contain the custom type_id attribute value.
- If it is allows to create attribute but it shouldn't allows to create product.
Actual result (*)
- Magento allows to create the attribute with attribute code type_id.
- product_type column in csv contains the custom type_id attribute value.
- After creating product using type_id attribute , price & quantity fields value become 0 or null.
http://i.imgur.com/UTDCehu.png
http://i.imgur.com/43j5o1x.png
i.imgur.com/7PGBpXi.png
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release