Actions
Bug #82981
closedFormEngineValidation: range-checks not working for datetime-fields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2017-11-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
range (lower of upper) are by definition provided as an integer. But the range-check for a datetime-field compares against the text-representation of that date, not against an integer.
Updated by Stefan Neufeind almost 7 years ago
- Related to Bug #81973: FormEngineValidation.parseDate remove fix year 2038 added
Updated by Stefan Neufeind almost 7 years ago
- Category set to Backend JavaScript
Updated by Oliver Hader over 6 years ago
- Status changed from New to Needs Feedback
Is this issue probably fixed already with issue #83240?
Updated by Stefan Neufeind over 6 years ago
- Status changed from Needs Feedback to Resolved
Yep, tested and works.
Updated by Oliver Hader over 6 years ago
- Related to Bug #83240: TCA field with type=input, eval=date with range is broken, always lower range value is applied because of int cast of incoming value before ISO-8601->unix timestamp conversion. added
Actions