Project

General

Profile

Actions

Bug #50788

closed

Fluid Content Object does not configure object manager

Added by Christian Kuhn over 10 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2013-08-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

If some TS defines "register implementation" like:

config.tx_extbase {
objects { # Register 'fx' as default namespace and allow if condition string comparison
TYPO3\CMS\Fluid\Core\Parser\TemplateParser {
className = Enet\FxLibrary\Core\Parser\TemplateParser
}
}
}

Then, this class "override" is not done if a Fluid template content object is rendered. The reason for this is, that usually extbase Bootstrap.php method "configureObjectManager" takes care of looping through "objects" framework definition and pushed registered implementations to the object manager. But this bootstrap is NOT done in fluid content object context.

Possible solution: probably "copy" the method "configureObjectManager" from extabse bootstrap to ext:frontend FluidTemplateContentObject?!


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #57036: Standalone Fluid does not consider extbase configClosed2014-03-18

Actions
Actions

Also available in: Atom PDF