Actions
Task #87967
closedRemove limit in be_group fields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2019-03-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
Complexity:
easy
Sprint Focus:
Description
"Problem" exists in v8 and above. We had for a single be_group a lot of subgroups. Current limit are 20 (maxItems) but sql allows a lot more with a "text" column. There are also other fields affected in the be_groups TCA definition.
I would remove the limitation with maxItems for all fields with the definition "text".
Whether this is a task for v9 is clarified in the review. Solution for v8 is to overwrite the TCA value with custom code.
Actions