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(ui): falsy string comparison + dot in option identifiers #233

Closed
wants to merge 78 commits into from

Conversation

uwe-mayer
Copy link
Contributor

This fixes that check mark value changes were not reflected in Plugin updates on boolean values.

This was due to the fact that Javascript compares

("" == false) == true

and we did not expect OptionValues to have dots in their identifiers as in e.g. alerts.alertmanager.enabled

@github-actions github-actions bot added the ui label May 24, 2024
@uwe-mayer uwe-mayer closed this May 24, 2024
@uwe-mayer
Copy link
Contributor Author

Superseeded by #235

@IvoGoman IvoGoman deleted the fix/ui/falsy-string-comparison branch October 8, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants