-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Incorrect orders updated #19258
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 @shachiarkatkar. 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 @shachiarkatkar do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
This issue replicated in vanilla Magento instance |
@magento-engcom-team have checked on clean 2.2.5 and 2.3-dev branch got same error |
@shachiarkatkar |
@konarshankar07 its not just about hold status but the other orders shouldn't be updated. Please check Following code in vendor/magento/module-ui/Component/MassAction/Filter.php:
It returns whole collection because $idsArray is empty, if the order is already updated in other tab as it is not actually present in grid. Hence whole collection is affected. Please guide. |
@shachiarkatkar |
Try to cancel the order in second tab |
@magento-engcom-team
Expected result:
|
Hi @engcom-backlog-andrii. Thank you for working on this issue.
|
@engcom-backlog-andrii Thank you for verifying the issue. Based on the provided information internal tickets |
Hi @shachiarkatkar, As per your given step i have tried to reproduce the issue but i cant reproduce. -- Set filter to pending status in both the tab. Please let me know if i am wrong. |
Hi @krnshah. But we must got message after that. In second tab there is no message "Can't update order" or some else after update status as it is already updated in first tab and not showing in that filtered view. |
@magento-engcom-team give me 2.3-develop instance |
Hi @shikhamis11. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @shikhamis11, here is your Magento instance. |
Fixed magento#19258 Incorrect orders updated
Hi @shachiarkatkar. Thank you for your report. The fix will be available with the upcoming 2.3.1 release. |
Fixed magento#19258 Incorrect orders updated
Fixed magento#19258 Incorrect orders updated
@magento-engcom-team give me 2.2-develop instance |
Hi @irajneeshgupta. Thank you for your request. I'm working on Magento 2.2-develop instance for you |
Hi @irajneeshgupta, here is your Magento instance. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: