Bug #19847
closedUse extra tab in the backend
100%
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)
Updated by Gerrit Code Review almost 13 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7636
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7636
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7636
Updated by Jigal van Hemert almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9697ac95713db98ad010dbb19547814748909203.