Bug #73367
closedBackendTemplateView in combination with extending ActionController
0%
Description
Hi,
The always default TYPO3\CMS\Extbase\Mvc\Controller\ActionController conflicts functionality when using the BackendTemplateView as defaultViewObjectName.
\TYPO3\CMS\Extbase\Mvc\Controller\ActionController::setViewConfiguration tries to configure the setup for the used view.
BackendTemplateView does not have these functions.
For extending core code, my controller is extending a core controller which should use the templates of the core. Now I can't configure the templates correctly.
Kind regards,
Benjamin Serfhos
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46618
Updated by Benjamin Serfhos almost 9 years ago
Howto reproduce: When I want to extend the module with functionality but want to use the original templating;
module.tx_myredirects { view { templateRootPaths { 10 = EXT:my_redirects/Resources/Private/Templates } partialRootPaths { 10 = EXT:my_redirects/Resources/Private/Partials 20 = EXT:my_extended_redirects/Resources/Private/Partials } layoutRootPaths { 10 = EXT:my_redirects/Resources/Private/Layouts } } }
This does not work anymore when using the BackendTemplateView.
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46618
Updated by Christian Kuhn over 8 years ago
- Status changed from Under Review to Rejected