Project

General

Profile

Actions

Bug #78295

closed

getQuery does not respect orderBy

Added by Tobi Kretschmann over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
Start date:
2016-10-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

Description

\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer getQuery()

$this->getQueryConstraints($table, $conf); returns the correct $queryParts Array but the orderBy is not used in the resulting SQL Statement.

Because of this the content elements shown in frontend are not ordered anymore.

Used like this:

lib.dynamicContent = COA
lib.dynamicContent{
...

20 = CONTENT
20 {
    table = tt_content
    select {
        includeRecordsWithoutDefaultTranslation = 1
        where = colPos=0
        pidInList = this
        orderBy = sorting
    }
}

...
}

Actions

Also available in: Atom PDF