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 almost 5 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 #1

Updated by Riccardo De Contardi over 4 years ago

  • Related to Bug #89040: Typo3 form validation added
Actions #2

Updated by Susanne Moog over 4 years ago

  • Sprint Focus set to Remote Sprint
Actions #3

Updated by Mathias Brodala over 4 years ago

  • Status changed from New to In Progress
  • Assignee set to Mathias Brodala
Actions #4

Updated by Gerrit Code Review over 4 years ago

  • Status changed from In Progress to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62381

Actions #5

Updated by Gerrit Code Review over 4 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62398

Actions #6

Updated by Mathias Brodala over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Björn Jacob over 4 years ago

  • Related to Bug #89236: TYPO3 Forms Extension: Required - Indicators (*) are not shown added
Actions #8

Updated by Benni Mack over 4 years ago

  • Status changed from Resolved to Closed
Actions #9

Updated by Ralf Zimmermann over 4 years ago

  • Related to Bug #90083: Validators are empty if the same form is rendered multiple times on a page added
Actions

Also available in: Atom PDF