Bug #61117
closedMissing stdWrap for 'where' in select query
100%
Description
Similar to #55707 the 'where' part of the select statement is not on the list in ContentObjectRenderer->getQuery
:
$properties = array( 'pidInList', 'uidInList', 'languageField', 'selectFields', 'max', 'begin', 'groupBy', 'orderBy', 'join', 'leftjoin', 'rightjoin', 'where' <-- Added as example );
(although mentioned in the documentation: http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Select/Index.html)
Files
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32296
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32296
Updated by Kilian Hann over 10 years ago
forget about this issue, 'where' is handled differently.
It seems to be a different issue, the not interpreted stdWrap occurred after a Formhandler upgrade
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32296
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32593
Updated by Kilian Hann over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7a3febf5d82b0283d86bbef9e49acaba21f4e7aa.