minor
minor
defect
As part of Ticket #25093, the tl:LayoutReference has a "target-label" property that is used to identify a reference, for example, when you want to edit the layout in-app.
The value of this configuration property is derived from the reference’s resource. To do this, the component for this resource is calculated from the component tree using the `tl:MainLayout`, and its title is then used as the label for the reference.
However, if you deploy BPE, for example, a problem arises with this property. When resolving the target label, the `tl:ThreadContextManager` has not yet started; consequently, there is no `tl:DisplayContext` and, as a result, no `tl:MainLayout`.
Test
- TL Demo or BPE should be able to be deployed without an error message.
- /com.top_logic.demo/src/test/com/top_logic/demo/scripted/layout/TestLayoutEdit.script.xml