Actions
Bug #93728
closedbe_groups[pagetypes_select] allows up to 20 page types only
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-03-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The field pagetypes_select
of the table be_group
is of type text
which can store 64 kb in MySQL. The field configuration in TCA however allows up to 20 page types only, being less more than possible.
Actions