Actions
Bug #73367
closedBackendTemplateView in combination with extending ActionController
Start date:
2016-02-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
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
Actions