Actions
Bug #98070
openTCA input eval type "year" allows any numeric values
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-08-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Stabilization Sprint
Description
The documentation (https://docs.typo3.org/m/typo3/reference-tca/main/en-us/ColumnsConfig/Type/Input/Properties/Eval.html) says "Evaluates the input to a year between 1970 and 2038"
Using the eval-type "year" it's still possible to insert any numeric value like 9999 or 2000000.
Actions