-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Multiselect EAV Product Attribute not working in Mass Action #5459
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
Comments
This issue was indeed not resolved with release 2.1 (as stated in your previous tickets). Seems like it is caused by some changes made to the admin frontend without taking the consequences to the bulk attribute update feature into account. The following changes should address the problem:
Download / patch: 5459_multiselect_bulk_update_patch.txt |
@wardcapp thank you for the patch! |
I can confirm this issue exists when trying to save a single product with a multiselect element using 2.1 EE, the patch from @wardcapp resolved the issue for me, thank you. |
How can I apply this patch on 2.0.7 ? I am having the same problem with multiselect attibutes not changing when bulk editing in the catalog. Edit - the paths for 2.0.7 are different: Manually editing these two files fixed the issue for me on 2.0.7 :) thanks! |
@bh-ref thank you for your report. |
Thank you so much for this patch. |
worked for me but to clarify in the attributes.php I removed the old line and in the save.php I added the new one underneath the old one. |
Just upgraded to 2.1.1 @okorshenko can please take a look to this issue and get this done for the next release. Thanks |
Just upgraded to 2.1.2 and the issue still exists. |
This patch worked for me on 2.1.2. Thanks @jvreeken. |
Yep, this patch works fine on 2.1.2! Thanks @jvreeken |
If field is required you must skip unchecked fields from validation. My fix -> webcodebg@c2a5e57 ver. 2.1.3 |
It looks like they've included the patch 6278314 in v2.1.3 as I finally didn't have to fix this after upgrading... however the Attributes.php file was still the same.... |
@bh-ref, thank you for your report. |
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: