-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: CatalogIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Description
Preconditions
- magento 2.2.0-dev
- php 5.6
Steps to reproduce
- install magento 2.2.0-dev
- setup multiple configurable products with multiple attributes
- change product name.
Expected result
- the product name should change
Actual result
- Notice: Undefined index: label in app/code/Magento/Catalog/Model/Product/Gallery/CreateHandler.php on line 161
Cleared cache, tried with both compile mode and not compiled mode. ran setup:upgrade each time.
if (in_array($attrData, array_keys($existImages))) {
$product->setData($mediaAttrCode . '_label', $existImages[$attrData]['label']);
is the section it errors at.
Metadata
Metadata
Assignees
Labels
Component: CatalogIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report