-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Trying to get data from non existent products #12321
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
Conversation
When calling Products in Cart report, it called data of deleted products resulting in exception trying to access $productData[$item->getProductId()]
Thank you @angelo983 for your PR. Could you please add some manual test cases and mention any related issue. See our guidelines for more information https://github.com/magento/magento2/blob/2.2-develop/PULL_REQUEST_TEMPLATE.md |
- Fixed according to static test results
Hi @angelo983 |
@ishakhsuvarov have I to open new pull requests to provide a similar fix for 2.2-develop and possibly 2.3-develop? |
@angelo983 That would be really helpful |
Now I have applied the same fix for 2.2-develop and 2.3-develop but I had to open other two pull requests. |
@angelo983 Thank you |
[EngCom] Public Pull Requests - 2.1-develop - MAGETWO-84476: Trying to get data from non existent products #12321
When calling Products in Cart report, it called data of deleted products resulting in exception trying to access $productData[$item->getProductId()]
Preconditions
Steps to reproduce
Expected result
Actual result