+2009-08-02 Christian Kuhn <lollli@schwarzbu.ch>
+
+ * Feature #11500: Order fe_groups in select fields alphabetically (Thanks to Steffen Gebert)
+
2009-08-01 Christian Kuhn <lollli@schwarzbu.ch>
* Feature #6039: TCA group -> file absolute path without uploadfolder extended (Thanks to Martin Borer)
),
'exclusiveKeys' => '-1,-2',
'foreign_table' => 'fe_groups',
+ 'foreign_table_where' => 'ORDER BY fe_groups.title',
)
),
'extendToSubpages' => array (
'config' => array(
'type' => 'select',
'foreign_table' => 'fe_groups',
+ 'foreign_table_where' => 'ORDER BY fe_groups.title',
'size' => '6',
'minitems' => '1',
'maxitems' => '50'
Array('LLL:EXT:lang/locallang_general.php:LGL.usergroups', '--div--')
),
'exclusiveKeys' => '-1,-2',
- 'foreign_table' => 'fe_groups'
+ 'foreign_table' => 'fe_groups',
+ 'foreign_table_where' => 'ORDER BY fe_groups.title',
)
),
'sys_language_uid' => Array (