-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Module Catalog: product "Save and Duplicate" causes getting infinite loop #18532
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
Hi @oleksii-lisovyi. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @oleksii-lisovyi do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @oleksii-lisovyi. Thank you for your report. The fix will be available with the upcoming 2.2.8 release. |
Hi @oleksii-lisovyi. Thank you for your report. The fix will be available with the upcoming 2.3.1 release. |
Well, this issue happened yesterday to our site that is running 2.3.5-p1. It was a 1.9 migration, to 2.3.3 fresh install, which was later upgraded to 2.3.5-p1.
So not fixed? |
@Grumag: according to this comment, it should get fixed finally in Magento 2.4.0, no idea why they didn't backport the fix to 2.3.x ... Maybe you can try to apply the changes from #25875 to your installation and see if that solves it? |
Preconditions
2.1. In our case there are products migrated from Magento 1, but it's no necessary.
Steps to reproduce
Expected result
Original product is saved and an error message is displayed for Admin user.
Actual result
Technical details
The issue is caused by incorrect implementation of \Magento\Catalog\Model\Product\Copier::copy():
Here is a callstack of the exception:
Related issues
#9466
#4096
#12412
The text was updated successfully, but these errors were encountered: