Project

General

Profile

Actions

Bug #95465

closed

A record is saved even if a field is not valid

Added by Robert von Hackwitz about 3 years ago. Updated 3 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
Start date:
2021-10-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If in the TCA configuration a field has the value "email" as "eval" and an invalid email address is entered, the error message is displayed but the record is saved anyway.
I believe, however, the record should not be stored in the database

Same thing for a field configured with eval = "required". For example, if you develop the "processDatamap_postProcessFieldArray" hook in which, for some reason, the value of the field is set to an empty string, after clicking on "save" the form presents the error but the record is saved in the database

Actions #1

Updated by Robert von Hackwitz about 3 years ago

  • Subject changed from Un record viene salvato anche se un campo non รจ valido to A record is saved even if a field is not valid
Actions #2

Updated by Benni Mack about 3 years ago

  • Tracker changed from Feature to Bug
  • TYPO3 Version set to 10
Actions #3

Updated by Benni Mack about 3 years ago

  • Category changed from Backend API to DataHandler aka TCEmain
Actions #4

Updated by Garvin Hicking 3 months ago

  • Status changed from New to Closed

With recent TYPO3 versions this eval=email has ben superseded with type=email. Since TYPO3v13, evaluation of a field will also properly make a record not saveable, if an invalid mail has been entered. TYPO3v12 had this still differently. Since many (JavaScript) components were involved for this, the change itself is not easily able to be backported to older versions.

Because of this, I will close this issue for now. Ff you feel this is a mistake or have additional feedback, please get in touch. You can also create a follow-up issue. Thank you for the report, and sorry for this taking us so long to reply :)

Actions

Also available in: Atom PDF