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) Validation on updating group autogroup #4405

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

Roardom
Copy link
Collaborator

@Roardom Roardom commented Jan 3, 2025

When autogroup was false, blade doesn't render anything (empty string). By rendering it as false using the Js facade, the value of autogroup is set. The value is synced with the checkbox in the form. When it was blank, the checkbox value was errored. With the error fixed, the correct value is submitted and the validation passes. Fixes #4401

When `autogroup` was false, blade doesn't render anything (empty string). By rendering it as `false` using the `Js` facade, the value of `autogroup` is set. The value is synced with the checkbox in the form. When it was blank, the checkbox value was errored. With the error fixed, the correct value is submitted and the validation passes. Fixes HDInnovations#4401
@HDVinnie HDVinnie merged commit 0b77d88 into HDInnovations:8.x.x Jan 3, 2025
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