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

fix(app): liquid state needs analysis #16212

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

sfoster1
Copy link
Member

@sfoster1 sfoster1 commented Sep 6, 2024

We were defaulting the liquids-confirmed state to true if there weren't any liquids, but we can only know there aren't any liquids if we've actually received an analysis that says that - until then, we shouldn't show anything at all. Make the liquids-confirmed state always be false until we get an analysis, and only then set it to true if we don't have any.

Closes RQA-3157

We were defaulting the liquids-confirmed state to true if there weren't
any liquids, but we can only know there aren't any liquids if we've
actually received an analysis that says that - until then, we shouldn't
show anything at all. Make the liquids-confirmed state always be false
until we get an analysis, and only _then_ set it to true if we don't
have any.

Closes RQA-3157
@sfoster1 sfoster1 requested a review from a team as a code owner September 6, 2024 20:47
Copy link
Contributor

@mjhuff mjhuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me!

@sfoster1 sfoster1 merged commit 904b1ef into chore_release-8.0.0 Sep 9, 2024
20 checks passed
@sfoster1 sfoster1 deleted the rqa-3157-liquids-fake-confirmed branch September 9, 2024 13:15
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.

2 participants