Skip to content

Commit

Permalink
[BUGFIX] Use correct fluid variable name in AnalyzerTreePanel.html
Browse files Browse the repository at this point in the history
With introducing the overhaul of the TypoScript parser and the
related parts like the ObjectBrowser and Template Analyzer, it
has been overseen that a invalid variable has been used in a
fluid partial.

This patch changes the partial to use the correct variable.

Resolves: #98087
Releases: main
Change-Id: I9c0ec2d99b557fe4df147402e53d04d4f29f76da
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75376
Tested-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Simon Schaufelberger <simonschaufi+typo3@gmail.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Simon Schaufelberger <simonschaufi+typo3@gmail.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
Christian Keuerleber authored and lolli42 committed Aug 9, 2022
1 parent 73be944 commit 525cafa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ <h3 class="panel-title" id="template-analyzer-{type}-tree-heading">
<tr>
<td>
<core:icon identifier="mimetypes-x-content-template-static" size="small" />
<f:be.link route="web_typoscript_analyzer" parameters="{id: pageUid, includeType: type, includeIdentifier: constantIncludeTree.identifier}">
<f:be.link route="web_typoscript_analyzer" parameters="{id: pageUid, includeType: type, includeIdentifier: tree.identifier}">
<f:translate key="LLL:EXT:tstemplate/Resources/Private/Language/locallang_analyzer.xlf:root"/>
</f:be.link>
</td>
Expand Down

0 comments on commit 525cafa

Please sign in to comment.