Skip to content
Snippets Groups Projects
Commit 7973ff31 authored by Benjamin Mack's avatar Benjamin Mack
Browse files

[TASK] Remove not needed TemplateService code

The TemplateService class provides its own wrap()
function which is exactly the same as in cObj.
The only instances where the wrap() method is used
is in the MenuContentObjects - however, they can
also access the wrap() function via cObj.

The MenuContentObjects are now using the cObj
function so the duplicate code in TemplateService
can be deprecated.

Resolves: #55567
Releases: 6.3
Change-Id: Iaa7055473f814acc73429f31772d1946c66004f9
Reviewed-on: http://review.typo3.org/27244


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarBenjamin Mack <benni@typo3.org>
Tested-by: default avatarBenjamin Mack <benni@typo3.org>
parent adc0ed3d
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