enhancement
major
minor
major
minor
defect
A tl:StructuredElement is recorded in the ScriptRecorder using tl:StructuredElementNaming based on its path to the root, a singleton in the corresponding module.
When localizing the StructuredElement, however, it is assumed that the path to the module’s default singleton ROOT was recorded.
As a result, recording and localization generally do not align. Suppose there are multiple singletons and the root of the recorded element does not correspond to the default singleton ROOT; in that case, the information regarding which root the path was recorded for is missing. The localization of the tl:StructuredElement fails.
Implementation
The tl:StructuredElementNaming.Name has been given a singleton property.
Test
No test.