Project

General

Profile

Actions

Bug #21099

closed

User setup miss a function for inserting fields at a position

Added by Steffen Kamper about 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

12008.diff (978 Bytes) 12008.diff Administrator Admin, 2009-09-19 19:50
Actions #1

Updated by Steffen Kamper about 15 years ago

committed to trunk rev 6002

Actions

Also available in: Atom PDF