Project

General

Profile

Actions

Bug #55707

closed

Missing stdWrap for recursive in select query

Added by Matthias Kappenberg about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
Start date:
2014-02-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php

Line 7397 ++
public function getQuery($table, $conf, $returnQueryArray = FALSE) {
// Resolve stdWrap in these properties first
$properties = array(
'pidInList',
'uidInList',
'languageField',
'selectFields',
'max',
'begin',
'groupBy',
'orderBy',
'join',
'leftjoin',
'rightjoin',
'recursive' <-----THIS IS MISSING, ADDED AS EXAMPLE
);

recursive is not on the list...
which means
A: Change the manual here:
http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Select/Index.html

Property recursive Since TYPO3 4.6: integer /stdWrap

or
B: Please add recursive to the list...

Many thanks and best regards,
Matthias


Files

Core_Issue_ID_55707.diff (799 Bytes) Core_Issue_ID_55707.diff Matthias Kappenberg, 2014-02-14 14:55

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #18822: Add stdWrap to each of the properties of TypoScript "select"ClosedErnesto Baschny2008-05-21

Actions
Related to TYPO3 Core - Bug #61117: Missing stdWrap for 'where' in select queryClosed2014-08-21

Actions
Actions

Also available in: Atom PDF