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

[TASK] Avoid view->getTemplatePaths()

Fluid standalone AbstractTemplateView has
method getTemplatePaths() which is just
a wrapper around the same operation on
RenderingContext.

This method has been marked as deprecated
in Fluid standalone 2.14, and will be
removed in Fluid standalone v4.

The patch avoids some last usages.

Note this is a pre-patch to a bigger
patch that will change view handling in
extbase, which will come with proper
deprecation notes.

Resolves: #104446
Releases: main
Change-Id: I495ceac71cd998550fb930b45d8f34513e7cce3a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85318


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: default avatarSimon Praetorius <simon@praetorius.me>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarSimon Praetorius <simon@praetorius.me>
parent fe59c7c6
Branches
Tags
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