graceguo-supercat edited a comment on pull request #11614: URL: https://github.com/apache/incubator-superset/pull/11614#issuecomment-723724742
> Could we just rely on the server time stamp and use it as the equivalent of a version number? Meaning even when we save the server could return a payload with a new server side timestamp that we can stick into the redux store and send on the next save event a an equivalent to a version id. Yes, i am also looking for a solution like that. Currently `/save_dash/` API only response status without changed_on timestamp: https://github.com/apache/incubator-superset/blob/29554a9f02264b7f619829cbe01dc6d5c25b30f8/superset/views/core.py#L1089 what is best way to get its changed_on after an update? (also need to apply same change to `/api/v1/dashboard/` PUT API) ---------------------------------------------------------------- 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]
