[dashboard] prevent co-edit error in Dashboard Properties Modal #18418
graceguo-supercat
started this conversation in
Ideas
Replies: 1 comment
-
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
There are a few PRs (and bug fixes) to prevent users edit the same dashboard at the same time: #11220 #11305 and #11614. Right now this feature is kind of stable, but it is not available when user update dashboard metadata in Dashboard Properties modal. Because
/dashboard/api/v1
does not check dashboard version in update requests.Describe the solution you'd like
Is possible that
/dashboard/api/v1
PUT request also support dashboard version check, and return last_updated_time in response?Additional context
maybe @dpgaspar can help?
cc @mistercrunch @eschutho @junlincc
Beta Was this translation helpful? Give feedback.
All reactions