Closed
Description
Steps to reproduce
- Install Magento CE 2.0.6
- Create a Bundle product with at least one option of type radio and enable user defined quantity
- Add more then one product to the option and enable user defined quantity
- Open the Bundle product on frontend
- Change the quantity of an option
- Add the Bundle product to the shopping cart
- Go to the shopping cart
- Press the "Edit" button in order to edit the Bundle product
Expected result
- The quantity of the option should be the user defined one
Actual result
- The quantity of the option is not the user defined one. It is the selections' default quantity.
Debugging until now
- On page load the quantity is the user defined one (see variable
$_defaultQty
inradio.phtml
). - Then the
value
(property, not the attribute) of the input field is changed through Javascript - Don't know were this happens exactly but for sure the
_onBundleOptionChanged(event)
of theprice-bundle.js
is involved.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Failed. Automatic verification of issue format is failedGate 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