feat(composerjs): allow errors display for collectionField#1781
Draft
Daric971 wants to merge 1 commit intosonata-project:4.xfrom
Draft
feat(composerjs): allow errors display for collectionField#1781Daric971 wants to merge 1 commit intosonata-project:4.xfrom
Daric971 wants to merge 1 commit intosonata-project:4.xfrom
Conversation
702ecae to
cb55bbe
Compare
Member
|
Hi @Daric971 ; can you rebase 4.x ? Thanks |
cb55bbe to
af444db
Compare
Member
|
JS build is failing you might need to rebuild it |
af444db to
fd65106
Compare
VincentLanglet
approved these changes
Mar 3, 2025
Member
|
WDYT @jordisala1991 |
Member
|
@eerison Any opinion on this, I never used SonataPageBundle. |
eerison
reviewed
Sep 14, 2025
| * | ||
| * @param violation | ||
| */ | ||
| handleBlockCollectionErrors(violation) { |
Contributor
There was a problem hiding this comment.
Did you copy this function from somewhere, or did you do it from scratch?
Contributor
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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