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

[FormBundle] Unable to set different validation_groups #2074

Open
indivisualvj opened this issue Sep 11, 2024 · 0 comments
Open

[FormBundle] Unable to set different validation_groups #2074

indivisualvj opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels

Comments

@indivisualvj
Copy link
Member

In ArticleType, the validation_groups are set to ['default'].
When i add constraints to my BlockInterface with groups: ['default'], it works.

In PageType no validation_groups are set, when i add constraints to my BlockInterface the work with groups "Default".

When i overwrite ArticleType and set validation_groups to ['Default'], validation does not work anymore for Article->content.
When i try setting it to any other value: Validation does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants