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.
Updated by Andreas Kienast over 3 years ago
- Related to Bug #93699: begroup pagetypes_select always has validation error added
Updated by Gerrit Code Review over 3 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68373
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68325
Updated by Andreas Fernandez over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 261e1a40d519e2c8b7b397c1ba2d0a55045c7978.
Actions