major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
enhancement
Object bookmarks (deep links within the application that jump to a specific object) can currently only be set if the object is displayed using a specific renderer (tl:BookmarkRenderer).
However, you don’t want to display these “Create Bookmark” icons in every possible location. Instead, you could register a handler in a component that opens a dialog for the current model, from which a bookmark link can then be created.
Implementation
Add the following to a component’s buttons:
#!xml <buttons> <reference command-id="showBookmarkLink"/> </buttons>
Test
- In tl-demo, in the Demo Types view, create a bookmark and verify that it jumps to the correct location.