graceguo-supercat opened a new pull request #5543: Reduce dashboard position_json data size URL: https://github.com/apache/incubator-superset/pull/5543 this is to fix issue #5532. This PR fix following things: - remove `DASHBOARD_` and `_TYPE` prefix/suffix in component ids. - remove leading and trailing white spaces in stored position_json data - when user tries to save dashboard, check the size of position_json: - if larger than threshold, show error message and user can't save it - if size is larger than 90% of threshold, show warning message and user still can save it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
