Actions
Bug #14698
closedRefrence to cObjects
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