Actions
Task #59110
closedEpic #58282: Workspaces Workpackage #2
Story #58284: Bug fixes & Behaviour
Field size of t3ver_label too low
Start date:
2014-05-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:
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.
Actions