Actions
Bug #105505
closedRequired field validation broken on RTE fields (12.4.17)
Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2024-10-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Since version 12.4.17, required fields with RTE are often (not always) not recognized as required. Therefore saving without a value is possible.
This error seems to be related to the commit https://github.com/typo3/typo3/commit/e9904c0e8d (which is was part of release 12.4.17) to avoid race conditions.
If I revert this change, all required RTE fields are properly validated.
Can you please confirm and fix or revert to the old version?
Thanks!
Actions