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

Add domain validators support for TYPO3 10+ #24

Open
klamparski opened this issue Feb 19, 2021 · 0 comments
Open

Add domain validators support for TYPO3 10+ #24

klamparski opened this issue Feb 19, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@klamparski
Copy link
Collaborator

Since TYPO3 10.0 domain validators are not automatically registered anymore (ref). Now every domain validator needs to be registered manually in controller annotations.

t3api validation was relaying on this automatically registered validators. It means it is needed to implement possibility to register validators. To keep consistency with TYPO3 core domain validators, which are registered per controller's action, validators in t3api should be registered per operations.

@klamparski klamparski added the bug Something isn't working label Feb 19, 2021
@klamparski klamparski self-assigned this Feb 19, 2021
@kszymukowicz kszymukowicz added this to the 4.0.0 milestone Apr 30, 2024
@kszymukowicz kszymukowicz changed the title Add domain validators support for TYPO3 v10 Add domain validators support for TYPO3 10+ Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants