[TYPO3-core] RFC: #11407: [Feature] Allow type="user" in user setup

Steffen Kamper info at sk-typo3.de
Wed Jun 24 20:04:35 CEST 2009


Hi,

this is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=11407

Branches: trunk

according to TCA allow type="user" in $GLOBALS['TYPO3_USER_SETTINGS']

Example:

'installToolEnableFile' => array(
	'type' => 'user',
	'label' => 'LLL:EXT:setup/mod/locallang.xml:InstallToolEnableFileButton',
	'userFunc' => 'SC_mod_user_setup_index->renderInstallToolEnableFileButton',
	'access' => 'admin',
)

#11391 can benefit of it and move the button to the admin tab

vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 11407.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090624/0cd11a9e/attachment.txt 


More information about the TYPO3-team-core mailing list