Task #92294
closedIncrease size of tt_content.filelink_sorting
100%
Description
Since https://github.com/TYPO3/TYPO3.CMS/commit/a01a7462ee189ca1114280cb4b29db9b4bd2c600#diff-84394bdbb2ff63aaac5e2b031980f6a8 tt_content.filelink_sorting is defined as
filelink_sorting varchar(17) DEFAULT '' NOT NULL,
TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
uses TYPO3\CMS\Frontend\Resource\FileCollector::sort()
to sort records by any property of FileInterface. CType uploads
(EXT:fluid_styled_content) passes the content of field tt_content.filelink_sorting
to FilesProcessor
.
content_creation_date
(21) and content_modification_date
(25) won't fit into varchar(17)
and thus can't be used as option for tt_content.filelink_sorting
.
It should be possible to use at least all properties defined in sys_file_metadata
.
Updated by Gerrit Code Review about 4 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/+/65737
Updated by Gerrit Code Review about 4 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/+/65721
Updated by Georg Ringer about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4ac31bba52796f788178b76b398d1651fadea393.