Bug #14698
closedRefrence to cObjects
0%
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)
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
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.