Actions
Task #88722
closedExtended field length of header_position
Start date:
2019-07-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Current situation:
Length of field header_position is set to 6, because of the three values "center", "left", and "right"
Problem:
If you add a new field via TCEForm long values cutted.
TCEFORM.tt_content.header_position.addItems {
u-txt-center = Centered
}
Possible solution:
Extend field length to Varchar(255)
Updated by Gerrit Code Review over 5 years ago
- Status changed from New 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/+/61283
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61267
Updated by Guido Schmechel over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1d4613c1e838d730e2b4eabd3f72969e3d72351c.
Actions