Skip to content
Snippets Groups Projects
Commit 911809e1 authored by Daniel Goerz's avatar Daniel Goerz Committed by Benni Mack
Browse files

[!!!][BUGFIX] Respect rootLevel -1 for extbase queries

The rootLevel of a table can be configured to 0, 1 or -1.
Currently only 0 and 1 are respected by the Typo3DbQueryParser
when building the pageId statement. This patch streamlines
the statement building to work for -1 settings as well.

Change-Id: Ide900548ef90ea0f933f33640757b1cb20e8767e
Resolves: #63406
Releases: master
Reviewed-on: http://review.typo3.org/43675


Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 090c215c
No related merge requests found
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