Project

General

Profile

Actions

Bug #73367

closed

BackendTemplateView in combination with extending ActionController

Added by Benjamin Serfhos over 8 years ago. Updated about 8 years ago.

Status:
Rejected
Priority:
Must have
Category:
-
Target version:
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 #1

Updated by Gerrit Code Review over 8 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

Actions #2

Updated by Benjamin Serfhos about 8 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.

Actions #3

Updated by Gerrit Code Review about 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

Actions #4

Updated by Christian Kuhn about 8 years ago

  • Status changed from Under Review to Rejected
Actions

Also available in: Atom PDF