Project

General

Profile

Actions

Bug #19380

closed

missing "Order by" in typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc

Added by Bernd Wilke almost 16 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-09-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

patch_20080822.diff (2.05 KB) patch_20080822.diff Administrator Admin, 2008-09-27 00:25
patch_0009436_20100601.diff (2.18 KB) patch_0009436_20100601.diff Administrator Admin, 2010-06-01 14:07

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #16993: Sorting of columns in FE Edit mode (fe_adminLib.inc)Closed2007-02-15

Actions
Actions #1

Updated by Chris topher about 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/

Actions #2

Updated by Bernd Wilke about 14 years ago

patch against TYPO3 V 4.4.0beta3

Actions #3

Updated by Michael Bakonyi about 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.

Actions #4

Updated by Alexander Opitz about 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)?

Actions #5

Updated by Chris topher about 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.

Actions #6

Updated by Marcus Krause about 11 years ago

Correct, but fe_adminLib.inc is part of TYPO3 4.5 which has not reached EOL.

Actions

Also available in: Atom PDF