Actions
Bug #24329
closedDb fields labels in expanded list view are unsorted
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2010-12-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If i have many custom fields for e.g. "pages" table - list in advanced mode is just to big for searching.
The problem is in class recordList (file typo3/class.db_list.inc), responsible for that method is makeFieldList. It just traverses TCA array and don't cares for any sorting. I propose add automatic sorting by alphabet, but excluding some obvious special fields (they should remain bottom position) like uid, pid, tstamp etc.
Should i make patch? It just couple of lines.
(issue imported from #M16732)
Files
Actions