Actions
Feature #17473
closedTCA fe_group/permission select order by title (for tt_content or pages)
Start date:
2007-07-16
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
Order the fe_group select by title or tt_content, pages and all default TYPO3 tables.
For everyone who doesn't want to wait: (put this in your extTables.php)
$TCA['tt_content']['columns']['fe_group']['config']['foreign_table_where'] = 'ORDER BY fe_groups.title';
$TCA['pages']['columns']['fe_group']['config']['foreign_table_where'] = 'ORDER BY fe_groups.title';
$TCA['fe_users']['columns']['usergroup']['config']['foreign_table_where'] = 'ORDER BY fe_groups.title';
$TCA['tt_news']['columns']['fe_group']['config']['foreign_table_where'] = 'ORDER BY fe_groups.title';
$TCA['tt_news_cat']['columns']['fe_group']['config']['foreign_table_where'] = 'ORDER BY fe_groups.title';
(issue imported from #M5973)
Files
Actions