-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
-
None
Consider entity A (Author) and entity B (their Work).
I add a relationship author wrote work between A and B.
Now both A and B have a relationshipSet that contains that relationship.
Now if I deleted the Work B, for example, entity A still has that relationship in its relationshipSet, but it display entity B as "(deleted)".
Ideally, we would want to delete the relationship on entity A's relationshipSet as well in the same revision.