Project

General

Profile

Actions

Feature #17473

closed

TCA fe_group/permission select order by title (for tt_content or pages)

Added by Jonas Felix over 17 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

0005973.patch (1.34 KB) 0005973.patch Administrator Admin, 2007-07-16 13:46

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #17290: Frontend user groups not sorted in frontend admin panel (with solution)Closed2007-05-10

Actions
Is duplicate of TYPO3 Core - Bug #20734: Order fe_groups in select fields alphabeticallyClosedChristian Kuhn2009-07-07

Actions
Actions #1

Updated by Oliver Hader over 17 years ago

Good idea to change this. I've added a patch for the tables tt_content, pages and fe_users. Please add a new bug issue for the tt_news related tables since the extension tt_news isn't part of the TYPO3 Core. Thanks in advance!

Actions #2

Updated by Jonas Felix over 17 years ago

great, thank you!

Actions #3

Updated by Chris topher over 14 years ago

Resolved as duplicate of #20734; the work was done twice.

Actions

Also available in: Atom PDF