-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dashboard][Lens][Visualize] Session is reset when cancelling editing embeddable #115515
Comments
Pinging @elastic/kibana-vis-editors (Team:VisEditors) |
I investigated a bit in this issue and the problem is that currently dashboard takes preserved searchSessionId from the
The problem is not Lens specific, but happens for Visualize/Maps and all the embeddables so firstly it would make sense to come up with the API how to pass the searchSessionId to the dashboard in case of cancelling. @ThomThomson, any thoughts? |
I think that when the session sharing feature was initially architected, the decision to place it inside It seems to me that the session sharing feature should be totally separated from the concept of I think the best way forward is either A: to build a section within the I would more likely lean towards option B because it's better to be explicit for these things. Either way, I don't think this is a VisEditors project, and should most likely be on the roadmap for @elastic/kibana-presentation and @elastic/kibana-app-services |
Agree with everything here @ThomThomson - I don't think the issue is severe enough to be worth a quick-n-dirty fix. |
Blocked on #121543 |
This is not happening with the inline editing and the issue which would unblock thhis got closed so I am closing it |
Kibana version: master
Describe the bug: Editing a visualization from a dashboard retains the session to avoid sending requests to Elasticsearch. This works fine if the visualization is saved, but on using the "Cancel" button in Lens the session gets reset
Steps to reproduce:
Expected behavior:
Dashboard should load with the same session
The text was updated successfully, but these errors were encountered: