-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Auto-refresh/🔎 in visualize don't refresh the data #12733
Comments
thx @spalger! |
this also is broken in Dashboard, but functions in Discover. This also includes the auto-refresh. |
I have identified the problem but am unsure of the best solution Clicking the
During the save process, the event
The
The problem occurs because the state is saved without any changes and thus the event Whats the best solution? Should a flag get passed to |
@elastic/kibana-discovery, @elastic/kibana-sharing what are your thoughts? This would affect the query bar globally. Is the expected behavior of the 🔎 icon to search + refresh? |
according to design @Adrian-J, this should be expected behavior but would like to confirm with the other teams as well.
|
@spalger When I click the button in Discover, it refreshes the data. Is there anything special you have to do to reproduce this? Or are you on some other version than master? |
@lukasolson do you want to follow this up for the time being? Feel free to bounce back to me if it persist. |
$scope.fetch is never called ... seems to be unrelated to original issue. i opened a new issue: |
In visualize, clicking the
refresh
or button should refresh the data, but it's currently not refreshing unless there is a change in the query somehow.Those buttons should always re-fetch the data, otherwise you can't get updated data with a relative time picker.
The text was updated successfully, but these errors were encountered: