Bug #90953
closedEpic #92636: felogin bug collection
Add missing view path definition for felogin
100%
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.
Updated by Gerrit Code Review almost 5 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
Updated by Jonathan Starck almost 5 years ago
- Has duplicate Bug #91228: Custom Fluid Template for felogin added
Updated by Gerrit Code Review over 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
Updated by Christian Hackl over 4 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 } }
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Kevin Appelt over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0dc3b7a8bae0ff3e976a26fb495b13ac241d3cd4.