Skip to content
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

[gui] Update run filter when setting the filter options #3963

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

vodorok
Copy link
Contributor

@vodorok vodorok commented Jul 20, 2023

Previously only the run history was affected, when the analyzed before/after options were set. This resulted in a confusing view when the displayed run entries last analyzed date would show outside of the specified date.
This patch fixes this issue as it will hide those runs where the before/after criteria is not met.

fixes #3962

Previously only the run history was affected, when the analyzed
before/after options were set. This resulted in a confusing view when
the displayed run entries last analyzed date would show outside of the
specified date.
This patch fixes this issue as it will hide those runs where the
before/after criteria is not met.
@vodorok vodorok requested a review from Szelethus July 20, 2023 15:48
@vodorok vodorok self-assigned this Jul 20, 2023
@vodorok vodorok requested a review from bruntib as a code owner July 20, 2023 15:48
@vodorok
Copy link
Contributor Author

vodorok commented Jul 20, 2023

I plan to extend this pr with the proper GUI tests.

@bruntib bruntib merged commit 2125dc8 into Ericsson:master Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Web GUI date filter is faulty
2 participants