Actions
Bug #32331
closedt3lib_extMgm::addToAllTCAtypes needs fix for before / after handling
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2011-12-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
I noticed that "t3lib_extMgm::addToAllTCAtypes" still doesn't work with extended field-defininitions (f.e. palettes).
If you would like to add a custom field to tt_address after "name" which is defined as palette ("...,name;;2,...") this function ignores to add the new custom field before/after the given field.
ext_tables.php
t3lib_extMgm::addToAllTCAtypes('tt_address','tx_mycustomfield','1','after:name');
Actions