sulu / SuluFormBundle

Form Bundle for handling Dynamic and Symfony Forms in https://sulu.io
MIT License
81 stars 78 forks source link

Fix disable required constraint for freetext and headline field #380

Closed oprichnik closed 5 months ago

oprichnik commented 6 months ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #379
Related issues/PRs #379
License MIT

What's in this PR?

Checking field type before adding required constraint to avoid required constraint on free text fields.

EDIT: Maybe a easier way would be to reset all constraints for this type ? image

alexander-schranz commented 5 months ago

@oprichnik thank you!