-
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
Fixed post var name for update attributes #4011
Conversation
Fixed request variable name for checking if attribute have been changed, so it matches template definition of this. Otherwise saving multiselect fields doesn't work when using update attributes from the dropdown in the default Product > Catalog Grid.
internal issue MAGETWO-53808 |
Seems like there are many failures, @Corefix |
@hshar7 This is a rather old PR, if I remember right every build here was failing, I'm changing a var name because it is simply wrong. Looking at travis it seems more like their was an error in file permisions somewhere. However this is still an issue in Magento 2.1. |
@Corefix okay, I will run our internal builds on this with latest develop merged |
Hey @Corefix I see that there is no mention of 'toggle_' inside templates for Catalog module. I do see however many occurrences of '_checkbox' which you are trying to remove. Can you please explain? |
HI @hshar7 |
@Corefix can you please provide steps on how to reproduce this? Seems like something is actually wrong there but we need to verify the bug before accepting the pr. Thank you. |
Hi @hshar7 Yes ofc:
It says OK, but the product(s) have not been updated. Tested on Magento 2.1 CE |
@Corefix nice! It fixes it! |
Fixes for: MAGETWO-56868 Cannot save a product with images for the second time MAGETWO-54355 [Github][PR] Bugfix: Unable to activate search form on phone #3770 MAGETWO-54580 [Github][PR] added partial fix for issue #2617. #3688 MAGETWO-53808 [Github][PR] Fixed post var name for update attributes #4011 MAGETWO-55950 Automate Create new Email Template test MAGETWO-56197 Write functional test for Account sharing settings availability
[TSG] Backporting for 2.2 (pr88) (2.2-develop)
Fixed request variable name for checking if attribute have been changed, so it matches template definition of this. Otherwise saving multiselect fields doesn't work when using update attributes from the dropdown in the default Product > Catalog Grid.