Actions
Bug #78295
closedgetQuery does not respect orderBy
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