arcadeanalytics icon indicating copy to clipboard operation
arcadeanalytics copied to clipboard

Graph widget: "traverse" has no effect if node to be traversed to already exists

Open kixxalot opened this issue 5 years ago • 3 comments

To reproduce:

Start with an empty graph widget.

  1. Put some nodes on the graph widget that all share a connection to a particular single other node. (Do not expand/traverse any of these nodes yet)
  2. For one of these nodes, traverse to the shared single node. (This will make that single node appear, and draw an edge between this and your selected node)
  3. Now do the same for any of the other nodes: traverse the edge that should lead to the shared single node.

Result: nothing happens.

Expected: an edge / connection should be drawn between the selected node and the shared single node.

kixxalot avatar Apr 17 '19 11:04 kixxalot

Wich connector/database are you using? I mean, Orient, neo4j etc.. thanks

robfrank avatar Apr 17 '19 11:04 robfrank

Neo4j

kixxalot avatar Apr 17 '19 11:04 kixxalot

I am also seeing this behavior while using Neptune / gremlin.

mrferris avatar Feb 15 '20 17:02 mrferris