Actions
Bug #21099
closedUser setup miss a function for inserting fields at a position
Start date:
2009-09-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There are functions for TCA like t3lib_extMgm::addTCAcolumns, t3lib_extMgm::addToAllTCAtypes etc. which makes it easy to insert a field(list) at a defined position.
This functionality is missing for TYPO3_USER_SETTINGS, though all needed is already in t3lib_extMgm
The patch introduces a function:
t3lib_extMgm::addFieldsToUserSettings($fieldList, $insertionPosition = '')
which makes that possible.
(issue imported from #M12008)
Files
Actions