Actions
Bug #88730
closedValidators of a field with the same identifier is working only once on a page
Start date:
2019-07-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
form, validators, form fields
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint
Description
If one has the same form twice on the same page, the second form is missing the configured validators. The SplObjectStorage is empty.
This also happens with different forms on the same page, if they have the same fields with the same `identifiers`.
I’m able to reproduce this on two different projects (TYPO3 version 9.5.8), but not for Version 8.
- Create a form and use some validators e.g. "NotEmpty" (With the GUI or directly with YAML configuration)
- Add the form to a site (Plugin: Form Framework)
- Add the same form to the same site
- Debug the validators or simply look for the asterisks on required (NonEmpty) fields in the frontend. They are missing on the second form.
I know having the same form twice on a site is not a real life use case, it's just to reproduce the behaviour quickly. The bug is that two identical fields (same identifer) in different forms on the same page are not working independently from each other like they did in v8.
Actions