Bug #37988
COA_INT in Fluid-Templates
| Status: | Needs Feedback | Start date: | 2012-06-13 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.6 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 0 |
Description
I think this is a related bug to http://forge.typo3.org/issues/36820
Passing a coa_int object to a fluidtemplate cause
an <!--INT_SCRIPT output like wrapping a coa_int in another coa_int.
atm the fluid template has no partials...
Can anybody confirm?
10 = FLUIDTEMPLATE
10 {
file = {$filepaths.templatePath}{$filepaths.templatefile}
partialRootPath = {$filepaths.partialPath}
layoutRootPath = {$filepaths.layoutPath}
variables{
username = COA_INT
username.10 = TEXT
username.10.value = some username
}
}
Typo3 4.6.9
History
Updated by Christian Kuhn 5 months ago
- Status changed from New to Needs Feedback
@Alexander: We've have a nifty patch in this area for TYPO3 CMS 6.0. Is this still reproducible for you with this core version?