Task #32012
closedA message about non-existing TypoScript error
100%
Description
When using "< .xyz" TS constructs, TS object browser shows a error:
===========
1: Line 5902: Object copied in this line "ACT < .NO" would leave either the value or properties untouched in TypoScript Version 1. Please check that this is not a problem for you.
===========
It should be removed because it is ages old, confusing and non-existing any more.
Updated by Dmitry Dulepov almost 13 years ago
To clarify what this means:
A {
b = 1
b.1 = 1_1
b < .a
}
this would set "b" and "b." to the content of "a" and "a.". If "a" or "a." is empty, it will unset "b" and "b.".
It works like this for ages, everyone knows that. But messages are confusing and scary.
Updated by Mr. Jenkins almost 13 years ago
- Status changed from New to Under Review
Patch set 1 of change I51e811829cfe2d0f264861c4bb4adcdabf9d0546 has been pushed to the review server.
It is available at http://review.typo3.org/6866
Updated by Mr. Jenkins almost 13 years ago
Patch set 2 of change I51e811829cfe2d0f264861c4bb4adcdabf9d0546 has been pushed to the review server.
It is available at http://review.typo3.org/6866
Updated by Xavier Perseguers almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100