Actions
Bug #103533
closedTCA type=text + enableRichtext=true cannot be required
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-04-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TCA field with type=text cannot be required when enableRichtext is true. Sporadically works after save, but never when initially created.
'config' => [
'type' => 'text',
'required' => true,
'enableRichtext' => true
]
Files
Updated by Georg Ringer 8 months ago
- Is duplicate of Bug #101286: RTE validation broken when field is required added
Updated by Riccardo De Contardi 5 months ago
- Status changed from New to Closed
- Target version deleted (
next-patchlevel)
Actions