Actions
Bug #20178
closedt3lib_extMgm::addToAllTCAtypes and specific position removes tabs
Start date:
2009-03-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following code should add a new field "testfield" right after the hidden field of tt_content:
t3lib_extMgm::addToAllTCAtypes('tt_content','testfield','','after:hidden');
The code will successfully add the new field, however it will remove all tabs after the first two items (e.g. "access" in case of tt_content).
(issue imported from #M10688)
Actions