Actions
Bug #19847
closedUse extra tab in the backend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2009-01-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
By default the redirect option is placed at the end of the feuser record in the backend. It would be nice to have an extra tab for the redirect to access it directly.
Replace in ext_tables.php
t3lib_extMgm::addToAllTCAtypes("fe_users","felogin_redirectPid;;;;1-1-1");
by
t3lib_extMgm::addToAllTCAtypes("fe_users","--div--;Redirect,felogin_redirectPid;;;;1-1-1");
(issue imported from #M10177)
Actions