Skip to content
Snippets Groups Projects
Commit d85a271d authored by Daniel Siepmann's avatar Daniel Siepmann Committed by Mathias Brodala
Browse files

[BUGFIX] Fix "orderBy" in DatabaseQueryProcessor example

Releases: master, 8.7, 7.6
Resolves: #85473
Change-Id: Ic0ac284bb8f02c7275e17bde67e79bb20a7fd919
Reviewed-on: https://review.typo3.org/57462


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Tested-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
parent e128ccac
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ use TYPO3\CMS\Frontend\ContentObject\DataProcessorInterface;
* table = tt_address
* pidInList = 123
* where = company="Acme" AND first_name="Ralph"
* order = RAND()
* orderBy = RAND()
* as = addresses
* dataProcessing {
* 10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment