Bug #19380
closedmissing "Order by" in typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc
0%
Description
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.inc1:
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. maybe only in this installation.
(issue imported from #M9436)
Files
Updated by Chris topher over 14 years ago
Hi Bernd,
is this still an issue?
If so, please update your patch and send it to Core List for review.
For more information see here: http://typo3.org/teams/core/core-mailinglist-rules/
Updated by Michael Bakonyi over 13 years ago
- Target version deleted (
0)
Tested patch patch_0009436_20100601.diff. There's a typo in line 29: orderby should be orderBy. Fixing that makes the patch working for me.
Updated by Alexander Opitz over 11 years ago
- Category deleted (
Communication) - Status changed from New to Needs Feedback
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Chris topher over 11 years ago
- Status changed from Needs Feedback to Closed
Since 6.1 fe_adminLib.inc no longer is part of the TYPO3 core; it has been removed.
Updated by Marcus Krause over 11 years ago
Correct, but fe_adminLib.inc is part of TYPO3 4.5 which has not reached EOL.