Task #59110
closedEpic #58282: Workspaces Workpackage #2
Story #58284: Bug fixes & Behaviour
Field size of t3ver_label too low
100%
Description
During workspace move operations sometimes a warning like this can be found:
102: These fields are not properly updated in database: (t3ver_label) Probably value mismatch with fieldtype.
The reason is, that the t3ver_label field in almost every record is limited to 30 characters.
The DataHandlerHooks tries to set t3ver_label to "Placeholder version for moving record" (37 characters) which leads to the mentioned mismatch.
Updated by Oliver Hader over 10 years ago
Since the "varchar(30)" definition has been copied and pasted for ages now, I guess it might be easier to reduce the information that TYPO3 is putting into that field and maybe to normalize the structure.
Updated by Gerrit Code Review over 10 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/30466
Updated by Oliver Hader over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7f21712f3a54035bd6d1580668cb94df47fa0af5.