-
Notifications
You must be signed in to change notification settings - Fork 14k
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
fix: can not correctly set force in store #19932
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19932 +/- ##
==========================================
+ Coverage 66.52% 66.53% +0.01%
==========================================
Files 1714 1715 +1
Lines 65032 65065 +33
Branches 6717 6723 +6
==========================================
+ Hits 43260 43293 +33
+ Misses 20065 20061 -4
- Partials 1707 1711 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@diegomedina248 a review would be appreciated if you're able |
* fix: can not correctly set force in store * fix ut
* fix: can not correctly set force in store * fix ut
SUMMARY
The data panel should force query when clicking the force button.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
After
force.datapanel.mov
Before
data.panel.force.query.before.mov
TESTING INSTRUCTIONS
config.py
.force=true
in both requests when you click thecached
button.ADDITIONAL INFORMATION