Skip to content
Snippets Groups Projects
Commit c9d8fd9e authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Avoid trigger_error for "rootUid" related methods

In #95037 the "rootUid" option has been deprecated
in favour of "startingPoints", which now allows to add
multiple root nodes for a tree.

However, for backwards compatibility, the "rootUid"
option is still used in core. The corresponding setter
and getter methods should therefore not trigger a
deprecation log entry. Extension scanner still finds
usages in extension code as weak match.

Resolves: #95163
Related: #95037
Releases: master
Change-Id: I6a974861949dfc2163a93e2e4fc60f27caafc7c2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70982


Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent f1a7c540
Branches
Tags
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