-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//discussrelease_note:enhancement
Description
I was going over this issue #10165, and got to thinking about how we store all this state in the url which creates it's own set of problems.
Currently, as soon as an object is opened, like a dashboard, the url is filled with the saved AppState. If that dashboard is modified, refreshing the page won't pick up those modifications because the url state overrides the saved object state. If we only stored modified state in the url then changes from the saved object would be picked up automatically.
This would result in shorter urls in many situations, like if a user is only interested in viewing a dashboard, not editing it. It would also mean that saved changes would automatically refresh, which is another win.
Metadata
Metadata
Assignees
Labels
Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//discussrelease_note:enhancement