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 <[email protected]>
Tested-by: core-ci <[email protected]>
Tested-by: Simon Schaufelberger <[email protected]>
Tested-by: Christian Kuhn <[email protected]>
Reviewed-by: Stefan Bürk <[email protected]>
Reviewed-by: Simon Schaufelberger <[email protected]>
Reviewed-by: Christian Kuhn <[email protected]>
  • Loading branch information
Christian Keuerleber authored and lolli42 committed Aug 9, 2022
1 parent d13afd5 commit 8766d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/AnalyzerTreePanel.html
Original file line number Diff line number Diff line change
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 8766d9f

Please sign in to comment.