-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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: ensure known dashboard id is used in save first #16998
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16998 +/- ##
=======================================
Coverage 76.85% 76.85%
=======================================
Files 1030 1030
Lines 55031 55031
Branches 7465 7465
=======================================
Hits 42294 42294
Misses 12483 12483
Partials 254 254
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Code LGTM! Thanks for the fix!
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.
LGTM, but tagging @michael-s-molina for review as he added this line in #12125
@pkdotson I found this while testing: Screen.Recording.2021-10-07.at.7.51.48.AM.movOn master, when you enter in Explore for the second time and click save, the dashboard is not empty but also it's not the correct one. So it seems we're still missing something to fix this. |
/testenv up |
@pkdotson Ephemeral environment spinning up at http://34.215.178.157:8080. Credentials are |
Yes this is the correct behavior when you not a owner of the chart. |
Ephemeral environment shutdown and build artifacts deleted. |
(cherry picked from commit 2c8e06e)
SUMMARY
This pr fixes an issue where the user will get save selection for the wrong dashboard in save chart modal.
after
Screen.Recording.2021-10-06.at.4.57.42.PM.mov
TESTING INSTRUCTIONS
Go to dashboard and change controls and hit run. Ensure that dashboard is the dashboard the chart is saving from
ADDITIONAL INFORMATION