Actions
Bug #88962
closedRe-implement deprecated PIDupinRootline condition
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2019-08-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The TypoScript condition "PIDupinRootline
" was marked as deprecated with TYPO3 9.5 as the "classic" TypoScript conditions were replaced by the Symfony expression language. While the "classic" condition "PIDinRootinline
" has been re-implemented by "tree.rootLineIds
", the condition "PIDupinRootline
" did not get the chance for a implementation within the Symfony expression language.
Therefore it should be re-implemented to replace the previous behavior. Even if the behavior could be re-implemented using
[30 in tree.rootLineIds && page["uid"] != 30]
this could be done much easier.
Actions