Project

General

Profile

Actions

Task #59110

closed

Epic #58282: Workspaces Workpackage #2

Story #58284: Bug fixes & Behaviour

Field size of t3ver_label too low

Added by Oliver Hader almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Workspaces
Target version:
-
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 #1

Updated by Oliver Hader almost 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.

Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Oliver Hader almost 10 years ago

  • Assignee set to Oliver Hader
Actions #4

Updated by Oliver Hader almost 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF