[TYPO3-core] RFC: #13444: Filemounts are unsorted

Martin Kutschker masi-no at spam-typo3.org
Mon Feb 8 11:43:00 CET 2010


Steffen Kamper schrieb:
> Ahrgg -
> 
> setting $GLOBALS['TCA']['sys_filemounts']['ctrl']['sortby'] = 'title';
> TYPO3 overwrites all titles with integers from sorting when creating a
> new record. Is this a bug or by design? 

This is by design. To quote the docs:

"The field [sortby] will contain an integer value which positions it at the correct position between
other records from the same table on the current page."

Use "default_sortby" to sort automatically by title etc.

Masi


More information about the TYPO3-team-core mailing list