Project

General

Profile

Actions

Bug #24213

closed

TypoScript: insertData change (#23826) probably causes side-effect

Added by Steffen Gebert over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2010-11-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

#23826 (stdWrap "insertData" does not work anymore if using "override" additionally) kills my existing TypoScript.

See the (simplified) code below, without this change (aka 4.4), the image contains default.jpg, after (4.5, rev 9195) it's just white.

Don't know, if the TypoScript should never have worked, but just did, or a new bug was introduced.

page.10.marks.HEAD = IMAGE
page.10.marks.HEAD.file = GIFBUILDER
page.10.marks.HEAD.file {
XY = 300, 200
10 = IMAGE
10 {
file {
width = 980 # Prefer image from resources field of (parent) page, if set
import {
cObject = TEXT # Fallback
cObject.value = fileadmin/default.jpg
cObject.override {
required = 1
data = levelmedia:-1,slide
wrap = uploads/media/
listNum = 0
}
}
}
}
}
(issue imported from #M16579)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #23826: stdWrap "insertData" does not work anymore if using "override" additionallyClosed2010-10-22

Actions
Actions

Also available in: Atom PDF