agatapst opened a new issue #12495: URL: https://github.com/apache/superset/issues/12495
When user exports and then imports a dashboard, it is impossible to change some data, i.e. name of the imported dashboard or name of the filter. ### Expected results It should be possible to edit data of the imported dashboard, the same as it is possible to edit data of the existing dashboard (the one user exports). ### Actual results When user changes some data, it is not presented. In case of changing the name in all dashboard panel, it is not possible to click "save" in editing modal. #### Screenshots Change name of the imported dashboard  Change filter name of the imported dashboard  #### How to reproduce the bug 1. Export dashboard 2. Import this dashboard 3. Try to edit this dashboard - for example name in all dashboard panel or click dashboard name and change filter name ### Environment Last commit: [#407b194b15](https://github.com/apache/superset/commit/407b194b15) ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context I have noticed, that if I remove last lines from JSON metadata, editing works fine.  ---------------------------------------------------------------- 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]
