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

Validator::validatePattern(): fix value object support (fixes #205) #206

Closed
wants to merge 3 commits into from

Conversation

xificurk
Copy link
Contributor

See #205 for details. The PR targets master, but should be backported to 2.4 branch as well, because the change that introduced this issue (#192) was already backported.

@xificurk xificurk force-pushed the fix-pattern-validator branch from f3e84e6 to b280a42 Compare January 4, 2019 17:30
dg and others added 2 commits February 8, 2019 19:30
Bootstrap 4 marks invalid controls with is-invalid class.
Let’s allow to set this class in DefaultFormRenderer.
@xificurk xificurk force-pushed the fix-pattern-validator branch from b280a42 to 8b2c7dd Compare February 9, 2019 15:24
@xificurk xificurk force-pushed the fix-pattern-validator branch from 8b2c7dd to 4fb6712 Compare February 9, 2019 15:29
@dg dg force-pushed the master branch 2 times, most recently from 2df07d6 to 82e9980 Compare February 11, 2019 11:33
@dg
Copy link
Member

dg commented Feb 28, 2019

Merged

@dg dg closed this Feb 28, 2019
@xificurk xificurk deleted the fix-pattern-validator branch March 15, 2019 20:17
@xificurk
Copy link
Contributor Author

@dg Thanks, would you please backport it to 2.4.x?

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.

PATTERN validator unexpectedly fails on object values
3 participants