-
Notifications
You must be signed in to change notification settings - Fork 888
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
[BUG] [Data Explorer] Data Explorer does not respect global time filter anymore #5056
Labels
bug
Something isn't working
data explorer
Issues related to the Data Explorer project
de-angular
de-angularize work
v2.11.0
Comments
abbyhu2000
added
bug
Something isn't working
untriaged
data explorer
Issues related to the Data Explorer project
labels
Sep 18, 2023
abbyhu2000
changed the title
[BUG] [Data Explorer] Save search object does not save time filter anymore
[BUG] [Data Explorer] Data Explorer does not respect global time filter anymore
Sep 18, 2023
this also affects reporting since it assumes that the time filter value is in the URL opensearch-project/dashboards-reporting#190 |
1 task
8 tasks
8 tasks
@ashwin-pc I don't think this is resolved. The bug still persists: when i load the saved search, time filter still resets back to the default. |
Verified it is working, close the issue. |
kavilla
pushed a commit
to opensearch-project/opensearch-dashboards-functional-test
that referenced
this issue
Oct 13, 2023
Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
opensearch-trigger-bot bot
pushed a commit
to opensearch-project/opensearch-dashboards-functional-test
that referenced
this issue
Oct 13, 2023
Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com> (cherry picked from commit 7cf0a03)
opensearch-trigger-bot bot
pushed a commit
to opensearch-project/opensearch-dashboards-functional-test
that referenced
this issue
Oct 13, 2023
Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com> (cherry picked from commit 7cf0a03)
kavilla
pushed a commit
to opensearch-project/opensearch-dashboards-functional-test
that referenced
this issue
Oct 13, 2023
Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com> (cherry picked from commit 7cf0a03) Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
kavilla
pushed a commit
to opensearch-project/opensearch-dashboards-functional-test
that referenced
this issue
Oct 13, 2023
Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com> (cherry picked from commit 7cf0a03) Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
data explorer
Issues related to the Data Explorer project
de-angular
de-angularize work
v2.11.0
Describe the bug
When we save a new saved search and reload that saved search, the global time filter is lost and always reset back to default.
When we click
reset
button on a loaded saved search, the time filter does not persist and always goes back to the default as well.Expected behavior
Time filter should be persisted globally.
Current behavior:
Screen.Recording.2023-09-18.at.1.27.18.PM.mov
Expected behavior:
Screen.Recording.2023-09-18.at.1.27.58.PM.mov
The text was updated successfully, but these errors were encountered: