-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Other custom option values are deleted after deletion of value from a custom option #10498
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
We are closing this issue because we cannot reproduce this issue as described. If you have questions, please refer to a question and answer site, such as Stack Exchange and the Magento Forums, where Magento community members can quickly provide recommendations and advice. |
I'm facing exactly same issue. |
Facing the same issue in Magento 2.2.1 version |
@magento-engcom-team |
I ran into the same issue on Magento 2.2.2 just now, as well. |
We have same issue on many magento 2.2.2 ... Please help ... |
I've found commit ff42002 to remedy the issue. This should help you. The foreach-line is missing the opening { bracket, though. Be wary of that. |
After applying the patches from the commits
e2dc5d8 and 430d2ae related to the issue #5931
We are facing another problem, when we have more then 1 custom options for a product, if we delete a value from one custom option, all the values from other custom options are getting deleted.
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: