-
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
Edit dashboard metadata now throws Dashboard collision warning on save #11477
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
we should definitely revisit the saving flow early next year! I added this item to Superset past 1.0 roadmap. https://github.com/apache-superset/superset-roadmap/projects/1 |
I believe this issue was fixed in #10834. I wasn't able to replicate with current master, but can someone else verify? |
I hit this issue recently too editing the title of the dashboard I believe. We should make sure that all actions except for the master SAVE only affect the local redux state, and that the save button be the only action that syncs to the backend. |
Looks like @graceguo-supercat PR fixed this issue, thanks! (the dashboard doesn't automatically refresh though, but that's separate issue, I think that's been there before as well, from a while back). |
Currently after the recent fix to editing dashboard metadata and feature to prevent dashboard edit colisions, when you edit dashboard properties, even though the edits get saved, on the 2nd save on dashboard, user gets warning that "dashboard has been changed, please reload the page". Upon reloading the page, the changes are actually propagated, but this warning is confusing to the user.
I know there are some plans to refactor the save flows on dashboards, so raising this bug so that it can be addressed at that time.
Expected results
Do not show the warning when dashboard has been edited by the same user.
Actual results
Warning about "dashboard has been edited, please reload" pops up.
Screenshots
How to reproduce the bug
Environment
master
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
Related past discussions:
#10655
#10834
The text was updated successfully, but these errors were encountered: