-
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 control data does not update when editing an existing control field #141280
Comments
Pinging @elastic/kibana-presentation (Team:Presentation) |
I tried to reproduce this locally and wasn't able to: Screen.Recording.2022-09-21.at.12.47.54.PM.movWill try on a cloud instance and verify whether or not it works there 👍 |
I was able to repro this on Elastic cloud 8.4.1 - very strange that it would work locally but not on cloud... |
I've given this |
Yea it is a regression from 8.3.3 looks like it broke in 8.4.0 -- I have a failing cloud test, so I am going to open to reference this issue for the test issue and skip the test on cloud so it does not fail in CI. |
Tested this on cloud A few things I noticed:
|
This bug was present up to Screen.Recording.2023-02-21.at.12.48.28.PM.movNot entirely sure what could have fixed this, because I went through all the controls-specific PRs that were merged in There was some major refactoring of the control group and the options list in PR to unskip failed test to follow, once my flaky test runner passes 👍 |
Closes #141285 ## Summary Unskips the failed `options_list_creation_and_editing.ts` tests since the underlying [bug](#141280) is no longer present as of `v8.5.0`. **Flaky Test Runner** <a href="https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1930"><img src="https://user-images.githubusercontent.com/8698078/220448187-ca0605b4-8719-494a-ad82-7d3f969c609b.png"/></a> ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
Kibana version: 8.4.3-SNAPSHOT
Elasticsearch version: 8.4.3-SNAPSHOT
Server OS version: Cloud / Staging
Browser version: Chrome / Latest
Original install method (e.g. download page, yum, from source, etc.):
Cloud staging
Description of the problem including expected versus actual behavior:
When updating an existing dashboard control field, the data is not loaded. You have to take another action to get it loaded, like refreshing the time picker.
Steps to reproduce:
One way to work around the issue , is by clicking refresh.
The text was updated successfully, but these errors were encountered: