imixs / open-bpmn

BPMN Modeler based on Eclipse Graphical Language Server Platform
https://www.open-bpmn.org
Other
67 stars 11 forks source link

PropertyPanel does not initialize with the model root #330

Closed rsoika closed 6 months ago

rsoika commented 6 months ago

For some reason we do not receive the model root during initialization of the Property Panel

See Discussion here: https://github.com/eclipse-glsp/glsp/discussions/1184

rsoika commented 6 months ago

This problem can currently not be resolved as neither the EditorContextService nor the SelectionService can be injected to get the model root. This is related to https://github.com/eclipse-glsp/glsp/issues/1225

rsoika commented 6 months ago

fixed with #337