How to fix wrong sorting of inline records in a TYPO3 workspace preview
TL;DR: Records fetched with the database-query data processor for an inline (IRRE) field are always queried from the live workspace, so the orderBy restriction is evaluated on live data and a changed sorting of records in a workspace is not reflected in the workspace preview. Since the workspace overlay however replaces the sorting field value…
Read more