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: Problems panel failing for versions before 7.0.0 #1840

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

zoltanbedi
Copy link
Member

I messed up the version comparison. lte means less then or equal. In the getProxies function I was even used it wrongly as name is only supported in version 7 and above.

How to test:

spin up devenv70 and devenv62.
open explore with problems query.

Fixes #1837

@zoltanbedi zoltanbedi self-assigned this Jun 13, 2024
@zoltanbedi zoltanbedi requested a review from a team as a code owner June 13, 2024 13:44
Copy link
Contributor

@gabor gabor left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@zoltanbedi zoltanbedi merged commit 803dbf5 into main Jun 13, 2024
4 checks passed
@zoltanbedi zoltanbedi deleted the problems-api-fix branch June 13, 2024 14:38
wbrowne pushed a commit that referenced this pull request Jun 18, 2024
* Fix: Problems panel failing for versions before 7.0.0

* Add tests

* Use spy instead of new argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

Query type "Problems" returns an error
2 participants