magento2 icon indicating copy to clipboard operation
magento2 copied to clipboard

Fix issue with incorrect data on the dashboard

Open SerhiiMandrykin opened this issue 5 months ago • 10 comments

Description (*)

This PR fixes the issue caused by https://github.com/magento/magento2/commit/dd769504d2a56e510b1632e8f1a5f42c9571af52 More details at https://github.com/magento/magento2/issues/39137

Fixed Issues

  1. Fixes https://github.com/magento/magento2/issues/39137

Manual testing scenarios (*)

  1. Go to frontend.
  2. Place 2 orders.
  3. Change the creation date of the first order: -20h (in sales_order table)
  4. Go to Magento 2 Dashboard

Contribution checklist (*)

  • [ ] Pull request has a meaningful description of its purpose
  • [ ] All commits are accompanied by meaningful commit messages
  • [ ] All new or changed code is covered with unit/integration tests (if applicable)
  • [ ] README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
  • [ ] All automated tests passed successfully (all builds are green)

SerhiiMandrykin avatar Sep 03 '24 12:09 SerhiiMandrykin