-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Bundle option id changes every time when editing on admin page #9546
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
Having same issue the options are duplicated after save product.... looking for some fix regarding this........ |
Version: Magento CE 2.1.6 |
2.1.5 CE too |
I also have this issue with drop-down options |
This is a major issue for anyone doing any kind of integration or relying on Reorder functionality as it also breaks re-order functionality. Is there any ETA on this getting fixed. Can someone from Magento acknowledge this issue. It's the same issue as for custom options on simple products. |
@NisaKH We cannot reproduce this issue as described. Please provide the detailed steps we must follow to reproduce this issue. In addition, identify the web server you are running, the versions of PHP and MySQL, and any other information needed to reproduce your issue. |
@Stas94 I can reproduce the issue with PHP 7.0.15 and 7.0.16. |
This is a weird issue happening in Magento EE 2.1.1 also. This will create an issue if your product page is cached in the storefront and you update the bundle in the backend. Delete and Insert of options is happening in the class: foreach ($this->optionRepository->getList($entity->getSku()) as $option) {
$this->removeOptionLinks($entity->getSku(), $option);
$this->optionRepository->delete($option);
} Not sure removing this should work without side-effects. Gonna investigate more and update here. |
And because of this there is a related issue: #5192 |
Apparently going to be fixed in 2.2 : f19ea67 Anyone willing to make a 2.1 version? |
@PascalBrouwers I can confirm that it's fixed in 2.2.0 |
I have Same issue in Magento-2.1.12-CE. |
Bundle option id changes every time when editing on admin page
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: