Bug #43062
closedtt_content field CType too small
100%
Description
Since 4.7, the field list_type allows up to 255 chars #32471 because Extbase plugins tend to have longer plugin names.
I very often create custom content elements instead of plugins, because it is much easier to arrange all needed fields for customers without dealing with subtypes_excludelist, subtypes_addlist and especially denying the output of the header field, without loosing the ability to give the content element an identifying name for the backend.
But CType is still limited to 30 chars and so i am "forced" to shorten the extension names (often not really an option) or shorten the contentelement names. (pi1...piX)
Is there any reason, not to also allow up to 255 chars vor CType?
Updated by Patrick Broens about 12 years ago
- Category set to FormEngine aka TCEforms
- Target version set to 6.0.0
- Complexity set to easy
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16560
Updated by Andreas Kießling about 12 years ago
My first patch sent to Gerrit. Be gentle ;)
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16560
Updated by Gerrit Code Review about 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16560
Updated by Andreas Kießling about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6f7a494fb420125abe88b47fa1b7bcd47f5d630e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed