Project

General

Profile

Actions

Bug #23826

closed

stdWrap "insertData" does not work anymore if using "override" additionally

Added by Susanne Moog over 13 years ago. Updated about 13 years ago.

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

tslib_content.diff (2.21 KB) tslib_content.diff Administrator Admin, 2010-10-22 16:25

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #23913: Regression : Typoscript "required" did not work anymoreClosedSteffen Kamper2010-11-02

Actions
Related to TYPO3 Core - Bug #24213: TypoScript: insertData change (#23826) probably causes side-effectClosedSteffen Gebert2010-11-26

Actions
Has duplicate TYPO3 Core - Bug #24056: innerWrap2 only working if innerWrap existsClosed2010-11-15

Actions
Actions

Also available in: Atom PDF