[TYPO3-core] RFC: Bug #9893: Syntax error in TCA types definitions of tt_content

Oliver Hader oliver at typo3.org
Thu Dec 4 15:28:13 CET 2008


This is a SVN patch request.

Problem:
The TCA types definitions of tt_content use wrong syntax.

Currently there is: "CType;;14;button,hidden,1-1-1"
Thus "1-1-1" is seen as a field on the database (that does not exist of
course).

Solution:
Change the definitions to "CType;;14;button;1-1-1, hidden"

Comments:
Another side-effect is fixed with this patch: In the login content
element (felogin enabled) starttime and stoptime were defined twice (via
palette and as regular fields).

This behaviour was introduced in SVN rev. 3258

References:
http://bugs.typo3.org/view.php?id=9893
http://forge.typo3.org/repositories/diff/typo3v4-core?rev=3258

Branches: TYPO3_4-2, Trunk


olly
-- 
Oliver Hader
TYPO3 4.3 Release Manager
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009893.patch
Type: text/x-diff
Size: 10456 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081204/92742a4a/attachment.patch 


More information about the TYPO3-team-core mailing list