Actions
Bug #17883
closedNested USER_INT, COA_INT, etc. objects are not rendered
Start date:
2007-12-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following TypoScript won't work at the moment, because TSFE doesn't check for new *_INTs after one has been rendered.
6 = COA_INT
6 {
10 = TEXT
10.value = FIRST,
20 = COA_INT
20 {
10 = TEXT
10.value = SECOND,
20 = COA_INT
20 {
10 = TEXT
10.value = THIRD,
}
}
}
(issue imported from #M6885)
Files
Actions