Project

General

Profile

Actions

Bug #14698

closed

Refrence to cObjects

Added by Aissam over 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2005-04-21
Due date:
% Done:

0%

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

Description

it got a strange thing using refrence,

in this example : ===========================
ztemp.universe= TEXT
ztemp.universe.value= Hi universe

ztemp.world = TEXT
ztemp.world.value= Hello world-

page = PAGE
page.typeNum = 0

page.10 = TEXT

page.20 = TEXT
page.20.value = the old value

page.10 =< ztemp.world
page.20 =< ztemp.universe ======
if i understand the stuff, normally we should have :

Hello world-Hi Universe

but we got

Hello world-the old value

it seem that it use the real value value instead of the referenced one

(issue imported from #M1013)

Actions #1

Updated by Rupert Germann over 19 years ago

I would say this is no bug because TS objects can not be overwritten without cleaning them before. (this is written somewhere in the docs but I don't find it at the moment)
Something like this shows, what you want:
...
page.10 =< ztemp.world
page.20 >
page.20 =< ztemp.universe

Actions #2

Updated by Mathias Schreiber over 18 years ago

TYPO3 Version too old.
The reported version is no longer maintained.

If this bug still persists in 4.0.1, please re-open it again and set the field "Product Version" to the corresponding version.

Actions

Also available in: Atom PDF