graceguo-supercat opened a new issue #11633: URL: https://github.com/apache/incubator-superset/issues/11633
**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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
