eclipse-capella / capella

Open Source Solution for Model-Based Systems Engineering
https://mbse-capella.org
Eclipse Public License 2.0
229 stars 94 forks source link

Drag&Drop from explorer to diagram does not work #2805

Open lfasani opened 7 months ago

lfasani commented 7 months ago

Scenario to reproduce

KO: nothing happens Expected: The node should be created as it is the case when using Allocate functions from the explorer image

Note: The bug come out if the dragged function contains sub functions

The Drop tool defined in Capella odesign should be updated to be consistent.

michelbispo commented 7 months ago

Not a bug: it is a feature request to automatic allow leaf functions and show the upper parent function which has been D&D or show it if all child leaf are allocated to target component. It works has expected: the D&D from Pr Explore allocates only leaf functions, and Diagram S/H tool allows to show parent function (if all leafs are alloacted to the selected component). Hope it helps