Actions
Bug #103438
openDateRangeValidator changes options array
Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2024-03-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The validateOptions function of the DateRangeValidator changes the minimum and maximum values within the options array to their DateTime values. This leads to problems with EXT:repeatable_form_elements, as the copied values of minimum and maximum are no longer of type string.
I created a patch for v11 to overcome this.
Files
No data to display
Actions