Actions
Bug #101254
closedDate field validated as incorrect when range.lower is set and setting a date in the future
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2023-07-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
For example the styleguide field
'inputdatetime_11' => [
'label' => 'inputdatetime_11',
'description' => 'eval=datetime, default=0, range.lower=1627208536',
'config' => [
'type' => 'datetime',
'format' => 'date',
'default' => 0,
'range' => [
'lower' => 1627208536,
],
],
],
Try to set any date. The field can't be saved. FormEngine validation complains the value is incorrect.
Does not happen in TYPO3 v11.
Files
Actions