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

dependencies not on graph disappear when editing #51

Open
MareoRaft opened this issue Aug 13, 2017 · 1 comment
Open

dependencies not on graph disappear when editing #51

MareoRaft opened this issue Aug 13, 2017 · 1 comment
Labels

Comments

@MareoRaft
Copy link
Owner

A node lists its dependencies. When you go into edit mode for the node's dependencies, any of the dependencies that are not currently in the client's graph disappear.

This is an issue because people will be erasing valid dependencies by accident / slash won't be able to add new dependencies without erasing old.

To solve the issue, we should build some way to request info from the server without necessarily getting the entire nodes. Or I suppose it would be okay to get the entire nodes. All dependencies can theoretically exist in the clients "graph" but not necessarily in their "visible graph".

This should probably be a high priority to at least patch this for now.

@MareoRaft MareoRaft added the bug label Aug 13, 2017
@MareoRaft
Copy link
Owner Author

HIGH PRIORITY

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

No branches or pull requests

1 participant