[TYPO3-dev] Sorting of fe_groups
Steffen Gebert
steffen at steffen-gebert.de
Mon Jul 6 12:07:54 CEST 2009
Hi devs,
I'm trying to sort the select field for fe_groups in Access tabs of
pages/content elements.
I already tried this in extTables.php, without effect:
t3lib_div::loadTCA('fe_groups');
$TCA['fe_groups']['ctrl']['sortby'] = 'title';
$TCA['fe_groups']['ctrl']['default_sortby'] = 'ORDER BY title';
Where can I change order? IMHO these fields should be sorted alphabetically
by default (so if you could tell me, where it's defined, I'll provide an RFC
- if you aren't against this improvement).
Regards
Steffen
More information about the TYPO3-dev
mailing list