When you edit chart properties via the "edit properties" modal, it breaks any dashboards the chart appears in.
The chart would still be associated with the dashboard
The chart is no longer associated with the dashboard

These two charts were edited, changing the title and the cache timeout
Make sure these boxes are checked before submitting your issue - thank you!
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
https://github.com/apache/incubator-superset/issues/11623
@kgabryje let's address these two issues together
Is this still an issue?
yes, i tested when i filed #11623 @mistercrunch

On it
I think it's a backend bug. After making a PUT request to /api/v1/chart/${slice_id} , the modified chart is not returned in the response to Dashboard view (or rather in data-bootstrap which is server-rendered).
@kkucharc Could you take a look?
Most helpful comment
I think it's a backend bug. After making a PUT request to /api/v1/chart/${slice_id} , the modified chart is not returned in the response to Dashboard view (or rather in data-bootstrap which is server-rendered).
@kkucharc Could you take a look?