Actions
Bug #23826
closedstdWrap "insertData" does not work anymore if using "override" additionally
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-10-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Try the following TS:
page.100 = TEXT
page.100 {
value = polly wants {field:uid} cracker(s)
override.cObject = TEXT
override.cObject {
value = smells like teen spirit
if.value = 11
if.equals = 123
}
insertData = 1
}
Expected output would be something like
polly wants 69 cracker(s)
Output is:
polly wants {field:uid} cracker(s)
Now try the following:
page.100 = TEXT
page.100 {
value = polly wants {field:uid} cracker(s)
insertData = 1
}
The output is now correct. So as soon as the override is used it does not work anymore (I have currently not tested whether outher properties produce the same fault)
trunk rev 9195
(issue imported from #M16110)
Files
Actions