Actions
Bug #25604
closedbackend / fe_users list sorting
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
T3 V4.4 and T3 V4.5:
I have no idea what is the default sorting of fe_users in list module.
At first sight it is alphabetical, but when I go throught the page-browser I get sudenly a weired order, completely mixed up.
Its not uid, not crtime nor time...
Checking the coniguration shows that ctrl-Section has no default sorting given at all.
Setting
$TCA['fe_users']['ctrl']['default_sortby'] = 'ORDER BY username';
solves this.
maybe this default_sortby should be set by default, as this is expected by the user, isn't it?
Actions