Community
Participate
Working Groups
Build Identifier: M20100909-0800 Hi all, I have the following hirarchy in my model: diagram - compartment 1 - compartment 2 I place model elements in compartment 2 that can be connected with each other. I would expect the popup bar to enable me to draw these connections. However, it allows me to only draw connections to notes. Ralph Reproducible: Always
XXXModelingAssistantProvider does not seem to be called on those EditParts.. (In reply to comment #0) > Build Identifier: M20100909-0800 > Hi all, > I have the following hirarchy in my model: > diagram > - compartment 1 > - compartment 2 > I place model elements in compartment 2 that can be connected with each other. > I would expect the popup bar to enable me to draw these connections. However, > it allows me to only draw connections to notes. > Ralph > Reproducible: Always
See the Bug #325683 for more details of the problem
Created attachment 200705 [details] Registers child nodes to ModelingAssitantProvider The problem is in the original template. It registers only top level nodes to the ModelingAssistantProviders extension point. This modification also adds child nodes. Better coding style would be to make a union of child nodes and top level nodes instead of two foreach statements. However, I did not get this running.
*** Bug 325683 has been marked as a duplicate of this bug. ***
Patch tested, ok locally, committed, waiting for IC build.