-
Notifications
You must be signed in to change notification settings - Fork 4
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
Delete a Relation between Nodes #5
Comments
How can we prevent auto generated connections to reappear? Are all deleted connections persisted as some kind of blacklist for the concept node to content node mapping? |
On the relationship between the article nodes in neo4j there is now a property that represents if the relationship is hidden from the user. |
Description of problem
There should be a way for a user to delete connections between a content-node and a concept-node.
Solution
Provide the possibility for the user to delete existing connections between content and generated or manually added nodes.
Add a small delete button is displayed on the concept.
Additional context
Criteria for acceptance
The text was updated successfully, but these errors were encountered: