You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @erikbosch would it be possible to get a bit more info on this one, too? maybe I can spend some time to add it. Would really appreciate it! Thank you
This was quite long time ago, but if I remember it correctly a use-case could be that you have an entity A.B.C (either a branch or signal). Now you want to use an overlay to instead call it A.D. Today this needs to be done in two steps, you need to add A.D copying whatever context exist in A.B.C, then you need to delete the original A.B.C node.
A possible solution could instead be something like below
A.D
type: branch
moved: A.B.C # Remove A.B.C and add it here instead
Idea collected at AMM. A concept for renaming/moving branches and/or nodes would be useful
The text was updated successfully, but these errors were encountered: