Project

General

Profile

Actions

Bug #19680

closed

Syntax error in TCA types definitions of tt_content

Added by Oliver Hader over 15 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-12-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The TCA types definitions of tt_content use wrong syntax.

Currently there is: "CType;;14;button,hidden,1-1-1" (this treats "1-1-1" as field)
And it should be: "CType;;14;button;1-1-1, hidden"

Another side-effect is that the login content element (felogin) defines starttime and stoptime twice.

This behaviour was introduced in SVN rev. 3258
http://forge.typo3.org/repositories/diff/typo3v4-core?rev=3258

(issue imported from #M9893)


Files

0009893_v2.patch (17 KB) 0009893_v2.patch Administrator Admin, 2008-12-20 17:58
0009893_4-2_v2.patch (17 KB) 0009893_4-2_v2.patch Administrator Admin, 2009-01-08 19:32
Actions #1

Updated by Oliver Hader about 15 years ago

I attached a version (4-2) for TYPO3 4.2.x

Actions #2

Updated by Oliver Hader about 15 years ago

Committed to SVN:
  • TYPO3_4-2 (rev. 4667)
  • Trunk (rev. 4668)
Actions

Also available in: Atom PDF