From f305f2cc6a33a637222209d1ccf748454d9bdcfc Mon Sep 17 00:00:00 2001 From: Julian Hofmann Date: Tue, 10 Sep 2024 10:22:11 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Note=20on=20not=20resolving=20the=20recursi?= =?UTF-8?q?on=20for=20=E2=80=9Croot=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new `\TYPO3\CMS\Core\Domain\Repository\PageRepository::getDescendantPageIdsRecursive()` introduced in v12 exits for `$startPageId=0` via early-return without resolving the recursion. --- Documentation/Functions/Select.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Functions/Select.rst b/Documentation/Functions/Select.rst index 2b7dbb326..664976d52 100644 --- a/Documentation/Functions/Select.rst +++ b/Documentation/Functions/Select.rst @@ -146,6 +146,8 @@ recursive Number of recursive levels for the pidInList. + **Note:** :typoscript:`recursive` is ignored for *special keyword* :typoscript:`pidInList=root`. + .. _select-orderBy: From d9cc2cc7d817baaa1dd169f3adb50354efb35b80 Mon Sep 17 00:00:00 2001 From: Julian Hofmann Date: Wed, 11 Sep 2024 08:05:09 +0200 Subject: [PATCH 2/2] Fix formatting --- Documentation/Functions/Select.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Functions/Select.rst b/Documentation/Functions/Select.rst index 664976d52..718b3a82a 100644 --- a/Documentation/Functions/Select.rst +++ b/Documentation/Functions/Select.rst @@ -146,8 +146,8 @@ recursive Number of recursive levels for the pidInList. - **Note:** :typoscript:`recursive` is ignored for *special keyword* :typoscript:`pidInList=root`. - + .. note:: + :typoscript:`recursive` is ignored for *special keyword* :typoscript:`pidInList=root`. .. _select-orderBy: