Menu

#38 Disassociate does nothing on ManyToMany with roles

open
nobody
None
5
2012-12-11
2009-04-21
Niko
No

We have the following model:

Node --(Role: NodeSource)----(Role: NodeSourceEnd)-- <<ManyToMany>>NMNodeNode --(Role: NodeTargetEnd)----(Role: NodeTarget)-- Node

We have the following Nodes:

Node:1
child: NMNodeSourceEnd:3

Node:2
child: NMNodeTargetEnd:3

NMNodeNode:3
parents:
NodeSource:1
NodeTarget:2

A call
disassociate(NodeSource:1, NodeTarget:2) succeeds, but does not remove the association.

Discussion


Log in to post a comment.