Project

General

Profile

Actions

Bug #90953

closed

Epic #92636: felogin bug collection

Add missing view path definition for felogin

Added by Kevin Appelt about 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
felogin
Target version:
-
Start date:
2020-04-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

To make it easier to customize the template paths of felogin we should define the view paths in TypoScript and provide constants to easily override them.


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #91228: Custom Fluid Template for felogin Closed2020-04-28

Actions
Actions #1

Updated by Gerrit Code Review about 4 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/c/Packages/TYPO3.CMS/+/64080

Actions #2

Updated by Jonathan Starck almost 4 years ago

  • Has duplicate Bug #91228: Custom Fluid Template for felogin added
Actions #3

Updated by Gerrit Code Review almost 4 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/c/Packages/TYPO3.CMS/+/64080

Actions #4

Updated by Christian Hackl over 3 years ago

This change (setup and constants) does not seem to work.

Error Message ($controller and $action are filled correctly but $templateReference and $this->getTemplateRootPaths() are empty):
"Tried resolving a template file for controller action "Login->login" in format ".html", but none of the paths contained the expected template file (). No paths configured."

At least not in this case:

Login = FLUIDTEMPLATE
Login {
    Format = html
    layoutRootPath {
        20 = {$theme.urls.themeResources}Private/Extensions/felogin/Companies/Layouts/
    }
    templateRootPath {
        20 = {$theme.urls.themeResources}Private/Extensions/felogin/Companies/Templates/
    }
    partialRootPath {
        20 = {$theme.urls.themeResources}Private/Extensions/felogin/Companies/Partials/
    }

    extbase {
        controllerActionName = login
        controllerExtensionName = Felogin
        controllerName = Login
        pluginName = Login
    }

    variables {
        ### Position of the feUsers (uid)
        storagePid = TEXT
        storagePid.value = 2
    }
}

Actions #5

Updated by Markus Klein over 3 years ago

  • Parent task set to #92636
Actions #6

Updated by Gerrit Code Review almost 3 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64080

Actions #7

Updated by Gerrit Code Review almost 3 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64080

Actions #8

Updated by Kevin Appelt almost 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF