Skip to content
Snippets Groups Projects
Commit 688ebaed authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Simplify IncludeTree identifier calculation

We need unique identifiers in both TypoScript
"AST" and "IncludeTree" to reference nodes in
the backend modules.

This has been established with #99537 for the
include tree already, while #99747 came with
a simplified approach for AST nodes.

The patch changes the include tree approach to
use the same simplified version as done with
AST nodes, which avoids some runtime overhead
in non-backend context.

As drive-by, the HTML of "Active PageTsConfig"
view is streamlined a bit.

Change-Id: I2d3855ef260ea23bc43aebb199dd04d12de3ac0f
Resolves: #99753
Related: #99537
Related: #99747
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77640


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent a2681061
Showing
with 116 additions and 121 deletions
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