Actions
Bug #95465
openA record is saved even if a field is not valid
Status:
New
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
Updated by Robert von Hackwitz about 2 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
Updated by Benni Mack about 2 years ago
- Tracker changed from Feature to Bug
- TYPO3 Version set to 10
Updated by Benni Mack about 2 years ago
- Category changed from Backend API to DataHandler aka TCEmain
Actions