projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Feature #11500: Order fe_groups in select fields alphabetically (Thanks to Steffen...
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
cms
/
tbl_cms.php
diff --git
a/typo3/sysext/cms/tbl_cms.php
b/typo3/sysext/cms/tbl_cms.php
index
131c671
..
cdc8539
100755
(executable)
--- a/
typo3/sysext/cms/tbl_cms.php
+++ b/
typo3/sysext/cms/tbl_cms.php
@@
-71,6
+71,7
@@
$TCA['fe_users'] = array(
'config' => array(
'type' => 'select',
'foreign_table' => 'fe_groups',
'config' => array(
'type' => 'select',
'foreign_table' => 'fe_groups',
+ 'foreign_table_where' => 'ORDER BY fe_groups.title',
'size' => '6',
'minitems' => '1',
'maxitems' => '50'
'size' => '6',
'minitems' => '1',
'maxitems' => '50'