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: Bool datatype save error - string conversion #11

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

StuCM
Copy link

@StuCM StuCM commented Jun 18, 2024

Description

Validation for the boolean datatype was converting a string value to a bool through a utility.
The utility did not include capitalised 'False', 'True' values so was throwing an error.
Added additional string options to fix this

@taylorn01 taylorn01 merged commit f8671a0 into coral-7.6 Jun 18, 2024
2 of 5 checks passed
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