-
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
Duplication of Grouped Products does not work as expected #10679
Comments
Started Investigating |
Can I work on this issue? thanks |
Hi @crissanclick could you please accept the invitation on GitHub? |
@densen45 , thank you for your report. |
Hi @Dharmeshvaja91. Thank you for working on this issue.
|
✅ Jira issue https://jira.corp.adobe.com/browse/AC-11887 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Bravo. Thank you for verifying the issue. |
❌ Cannot export the issue. This GitHub issue is already linked to Jira issue(s): https://jira.corp.adobe.com/browse/AC-11887 |
@magento i'm working on this |
Preconditions
Magento version 2.1.7
Updated(09/19/2019): Still actual on
2.3-develop
Steps to reproduce
Expected Result
The duplicate of the Grouped Product has the same associated Simple Products as the earlier created Grouped Product.
Actual Result
The duplicate of the Grouped Product has no associated Simple Product.
Investigation
On duplication the
Magento\GroupedProduct\Model\Product\Type\Grouped::beforeSave
function is called. In this function the cache for the associated products is being cleaned:magento2/app/code/Magento/GroupedProduct/Model/Product/Type/Grouped.php
Line 480 in 24f2f07
After removing this line of code, the duplication of Grouped Products works as expected.
The text was updated successfully, but these errors were encountered: