We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we're using == and not .equals() causing an if statement to be missed.
==
.equals()
Fix is present in #7371
Issue is present in version 7.9.3+
No response
The text was updated successfully, but these errors were encountered:
nielsm5
Successfully merging a pull request may close this issue.
Current Behavior
Right now we're using
==
and not.equals()
causing an if statement to be missed.Expected Behavior
Fix is present in #7371
Environment Information
Issue is present in version 7.9.3+
Steps To Reproduce
No response
Configuration
No response
Input
No response
What database are you using?
No response
What browsers are you seeing the problem on?
No response
Relevant Log Output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: