Actions
Bug #19680
closedSyntax error in TCA types definitions of tt_content
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
Updated by Oliver Hader almost 16 years ago
I attached a version (4-2) for TYPO3 4.2.x
Updated by Oliver Hader almost 16 years ago
Committed to SVN:
- TYPO3_4-2 (rev. 4667)
- Trunk (rev. 4668)
Actions