Project

General

Profile

Actions

Bug #29352

closed

t3lib_extMgm::addToAllTCAtypes broken

Added by Gone With the Wind over 12 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2011-08-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

As confirmed by Jo Hasenau, t3lib_extMgm::addToAllTCAtypes cannot be used with an empty 3rd parameter:

t3lib_extMgm::addToAllTCAtypes("tt_content", 'subheader;;8', '', 'after:header');

As with Typo3 4.5 this causes the creation of a new tab "extended", whereas the "subheader" field should show up right underneath the header field.

At the moment only a construction like the following works:

t3lib_extMgm::addToAllTCAtypes("tt_content", 'subheader;;8', 'text,textpic', 'after:header');


Files

t3lib_div_extMgm.diff (3.55 KB) t3lib_div_extMgm.diff Jo Hasenau, 2011-08-30 19:48
Actions

Also available in: Atom PDF