-
Notifications
You must be signed in to change notification settings - Fork 19
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
Refresh sales data period query after extension install #2971
Refresh sales data period query after extension install #2971
Conversation
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.
Hi @alicjakujawa what is the best way to replicate the issue to test?
I have tried customising the Coin Machine extension parameters, depreciating, uninstalling the extension. Then re-ininstalling and enabling with new parameters, however, it shows with the correct new details, without a refresh.
|
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.
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.
Working as expected!
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.
Good to go
Description
This PR fixes PreviousSalesTable widget caching issue. It was showing data from previous sales (but from last coin extension address) after coin machine extension reinstall
Changes 🏗
Resolves #2970