Actions
Bug #103430
openError messages of DateRange validator options mixed up
Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2024-03-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Either I misunderstand how the validator works or the error messages are mixed up.
The message that is displayed when the date is less than the specified minimum is ( $value < $minimum
):You must select a date before %s.
with %s being the minimum.
And the message if the date is higher than the maximum ( $value > $maximum
):You must select a date after %s.
with %s being the maximum.
No data to display
Actions