Skip to content

UIExtension does nor recieve custom actions from server...? #1272

Answered by rsoika
rsoika asked this question in Q&A
Discussion options

You must be logged in to vote

ok, I found the problem. It had nothing to do with the Feature Module.
The reason was that I created my action on the server with:

actionDispatcher.dispatchAfterNextUpdate(new BPMNPropertyPanelUpdateAction());

I solved the problem by replacing the call with:

actionDispatcher.dispatch(new BPMNPropertyPanelUpdateAction());

This was some code fragment form my earlier implementation with GLSP 1.x. Maybe things have changed in my code base and now in my current context it seems not longer to be useful to call dispatchAfterNextUpdate. I guess there was somewhere a UpdateModelAction in my code before that I removed during the migration to GLSP 2.x

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rsoika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant