-
Notifications
You must be signed in to change notification settings - Fork 84
Opening a representation in the library browser is broken #6105
Copy link
Copy link
Description
- I have checked that this feature has not yet been suggested by someone else.
Nothing prevents library publication mechanisms to create representations in the published libraries.
While this is not done in Sirius Web, it can be done in downstream applications (e.g. publishing a diagram along the library's semantic data to help understand the content of the library).
Expected behavior
The library browser should be able to display these representations.
These representations should be read-only.
Actual behavior
A blank page is displayed when the user attempts to open a representation (e.g. a diagram).
The issue is located in DisplayLibraryView, which doesn't define initialRepresentationSelected and onRepresentationSelected
Reactions are currently unavailable