-
-
Couldn't load subscription status.
- Fork 205
feat(composerjs): allow errors display for collectionField #1781
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
base: 4.x
Are you sure you want to change the base?
feat(composerjs): allow errors display for collectionField #1781
Conversation
702ecae to
cb55bbe
Compare
|
Hi @Daric971 ; can you rebase 4.x ? Thanks |
cb55bbe to
af444db
Compare
|
JS build is failing you might need to rebuild it |
af444db to
fd65106
Compare
|
WDYT @jordisala1991 |
|
@eerison Any opinion on this, I never used SonataPageBundle. |
| * | ||
| * @param violation | ||
| */ | ||
| handleBlockCollectionErrors(violation) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you copy this function from somewhere, or did you do it from scratch?
Hey @VincentLanglet Well I barely changed fronted code on pageBundle... looking the code it self, it's fine... but the we can not be sure without test 😐. As it is an old PR and no one else complain about it. Maybe it is an isolated case? I'm not sure. |
Subject
I am targeting this branch, because it has been noticed that form validation errors are not raised when dealing with collectionFields.
This PR provides a solution to this problem.
Closes #1770.
Changelog