Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I used glsp 1.0.0 before, my custom model has custom properties just like the tasklist demo, there is CreateNodeOperationHandler in that version, and I can extend CreateNodeOperationHandler to handle my custom model.
now I want to migrate to the 1.1.0-RC version, but it seems that CreateNodeOperationHandler has been removed in the new version, only GModelCreateNodeOperationHandler is left.
should I create a CreateNodeOperationHandler by myself ? or we should extend all custom model handles from GModelCreateNodeOperationHandler? I am not sure about the center idea of the 1.1.0-RC version of GModel,
Beta Was this translation helpful? Give feedback.
All reactions