Bug #25604
closedbackend / fe_users list sorting
100%
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?
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I5896016e89a076d115a2bd1b1fac46daf8848ca3 has been pushed to the review server.
It is available at http://review.typo3.org/3428
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I565be72644d65beaa9f694269ccd3b6d5c077700 has been pushed to the review server.
It is available at http://review.typo3.org/3433
Updated by Mario Rimann over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset c8a33eacb754294cf899c7bc1fbba8512ba6dfa1.