georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
264 stars 358 forks source link

[TASK] Remove redundant ORDER BY clause in default_sortby #2189

Closed nhovratov closed 1 year ago

nhovratov commented 1 year ago

The ORDER BY clause is redundant and is removed by TYPO3 anyway.

The link type defined both, sortby and default_sortby. This is invalid. In this case sortby overrules default_sortby and hence the latter can be removed.

nhovratov commented 1 year ago

For reference: https://docs.typo3.org/m/typo3/reference-tca/main/en-us/Ctrl/Properties/DefaultSortby.html