Project

General

Profile

Actions

Bug #88730

closed

Validators of a field with the same identifier is working only once on a page

Added by Oliver Bartsch over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Category:
Form Framework
Target version:
-
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.

How to reproduce:
  1. Create a form and use some validators e.g. "NotEmpty" (With the GUI or directly with YAML configuration)
  2. Add the form to a site (Plugin: Form Framework)
  3. Add the same form to the same site
  4. 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.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #89040: Typo3 form validationClosed2019-08-29

Actions
Related to TYPO3 Core - Bug #89236: TYPO3 Forms Extension: Required - Indicators (*) are not shownClosed2019-09-24

Actions
Related to TYPO3 Core - Bug #90083: Validators are empty if the same form is rendered multiple times on a pageClosed2020-01-10

Actions
Actions

Also available in: Atom PDF