Project

General

Profile

Actions

Feature #16993

closed

Sorting of columns in FE Edit mode (fe_adminLib.inc)

Added by Gerrit Kamp over 17 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-02-15
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Team,

I made this small modification to the fe_adminLib.inc class to allow sorting of the records that are to be FE edited. It is on line 1052, in the function displayEditScreen()

if ($this->conf['edit.']['sortby']) {$sortBy = $this->conf['edit.']['sortby'];} else {$sortBy = '';}
$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('*', $this->theTable, '1 '.$lockPid.$this->cObj->DBmayFEUserEditSelect($this->theTable,$GLOBALS['TSFE']->fe_user->user, $this->conf['allowedGroups'],$this->conf['fe_userEditSelf']).$GLOBALS['TSFE']->sys_page->deleteClause($this->theTable),'',$sortBy);

These lines allow you to set a TS setup configuration, like:
plugin.xxxxwhatever.mthfeedit.edit.sortby = whateverfieldyoulike

Alternatively, you could add a sortBy in the query that takes the standard preferred sorting order from the TCA.

This sorting is handy for all extensions that utilize the fe_adminLib.inc.
(issue imported from #M5000)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #19380: missing "Order by" in typo3/sysext/cms/tslib/media/scripts/fe_adminLib.incClosed2008-09-27

Actions
Actions

Also available in: Atom PDF