[Time to Visualize] State From Snapshot Share Not Persisted #93266
Labels
bug
Fixes for quality problems that affect the customer experience
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Project:TimeToVisualize
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Kibana version: master
Describe the bug:
Because dashboard panels are no longer in the URL in view mode since 7.8 (#62415), refreshing the browser window when viewing a shared snapshot from a saved dashboard will restore the panels from the saved object. This might make it seem like the snapshot link isn't working - even though opening the snapshot link again will restore the proper state.
Steps to reproduce:
Expected behavior:
When loading a URL from snapshot share, the dashboard app should save the state from the snapshot into the session storage, and treat it as unsaved state.
Suggested fix:
If it's important that the snapshot state persists over reloads, the easiest way to do so would be to ensure that any URL state gets propagated to the session storage. I would want to have #91950 complete before doing this though.
The text was updated successfully, but these errors were encountered: