[TYPO3-dev] Problem with FE-edit: unsorted/unordered records

bernd wilke xoonsji02 at sneakemail.com
Fri Aug 22 22:04:30 CEST 2008


For an installation we use mth_feedit and news_feedit.

Displaying all editable records in FE shows an unordered list, and 
searching a specific record is very frustrating as we have more than 100 
records.

I traced the sources and found the evil source in fe_adminLib.inc[1]:
Building up the list with all editable records is done without any 
sorting (=no orderBy-paramter is given). 

I changed the source to pay attention to the sorting given in TCA, or an 
override with conf (typoscript) and it seems to work. (Any more tests?)

Is this a known bug? or feature request?
where should I post it?

[1] typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc

bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html




More information about the TYPO3-dev mailing list