-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Backend] Fixed the dashboard statistics refreshing button #20803
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
[Backend] Fixed the dashboard statistics refreshing button #20803
Conversation
Hi @eduard13. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me test instance |
Hi @rogyar. Thank you for your request. I'm working on Magento instance for you |
Hi @rogyar, here is your new Magento instance. |
@@ -8,21 +8,13 @@ | |||
<div class="page-actions-inner"> | |||
<div class="page-actions-buttons"> | |||
<?= $block->getChildHtml() ?> | |||
|
|||
<form class="action-element" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend another solution here. Removing the form and form key looks not very good considering the fact that the current approach works well on 2.2-develop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reverted and adjusted the implementation of RefreshStatistics controller.
Thank you.
This reverts commit 124a42f.
@magento-engcom-team give me test instance |
Hi @rogyar. Thank you for your request. I'm working on Magento instance for you |
Hi @rogyar, here is your new Magento instance. |
Hi @rogyar, thank you for the review. |
Hi @eduard13, thank you for your contribution! |
Description (*)
This PR fixes the refresh the statistics, and provide the same approach as other buttons work (Ship Order, Reorder, etc.)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)