-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unselect multiselect on product edit view #8578
Conversation
Fix for issue magento#8577 : magento#8577 Preconditions Install Magento 2 Create a product with a multiselect attribute AND selected values. Save It Steps to reproduce Unselect ALL values Save product again Expected result All values should be unselected. Actual result Previous values are still selected.
@damien-synolia cannot reproduce, it works as expected on the latest mainline. Which version your fix is for? |
Hey vrann ! I tested on the community edition 2.1.4 with sample data (from Magento Website). Damien. |
@damien-synolia closing this PR, please feel free to open a new one if issue is reproducible on the mainline |
@damien-synolia there is related issue #7687, it was fixed in the mainline and being backported to the 2.1 |
This issue is still present in 2.1.5 and not fixed by the solution given in the commit referenced in #7687. |
PR-L3-VK-2023-09-29
Fix for issue #8577 : #8577
Preconditions
Install Magento 2
Create a product with a multiselect attribute AND selected values.
Save It
Steps to reproduce
Unselect ALL values
Save product again
Expected result
All values should be unselected.
Actual result
Previous values are still selected.