Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy/paste not safe #2559

Open
jfoll31 opened this issue Aug 22, 2024 · 2 comments
Open

copy/paste not safe #2559

jfoll31 opened this issue Aug 22, 2024 · 2 comments

Comments

@jfoll31
Copy link

jfoll31 commented Aug 22, 2024

Is your feature request related to a problem? Please describe.
copy/paste a node “N” from tree “A” to tree “B” is not safe if the node “N” includes a link to the node “L” that exists in tree “A” and that does not exist in tree “B” with the same name, node_id and contents thant in tree “A”.

Describe the solution you'd like
A warning should be issued in such cases.

@gitvectors
Copy link

This copy/paste issue might relate to my experience here.
#2555

@jfoll31
Copy link
Author

jfoll31 commented Aug 24, 2024

@gitvectors
Not sure it is related.
by "not safe" I describe my experience:
The node was created in the Tree "B" with the same parameters than in tree "A"
but when you go in tree "B" and that you click on the linked node you may have unexpected results like:

  • Error Message "The link points to a node that does not exist"
  • If the node exists, The node you open when you click on the link in Tree "B" may have nothing similar with the one you see when you click on the link in Tree "A"
    And of course in both cases this is not what you expected with copy/paste

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants