I'm putting this as a support request because I'm not sure if it is already in there or not, but is there a way to remove a node relationship after the nodes have been attaced?

Comments

javanaut’s picture

Depending on what version you're using, you might have a bug to deal with (http://drupal.org/node/19230).

Assuming you don't have that bug in your code, the "Remove child" links appear on the node edit page/tab. You'll need "update" permission on the parent node to remove the relationship.

jasonwhat’s picture

I'm using an early version that works in 4.5. If I download the one in 4.5 now will the change be in it? Or is it only in CVS and 4.6?

javanaut’s picture

Assigned: Unassigned » javanaut
Category: support » bug

I thought I had applied this fix to the 4.5 branch. I'll look at this tomorrow and apply it to the current (old) 4.5 code. The CVS version currently works with 4.5, but it is very different from the 4.5 branch (has a lot more stuff including an additional db table).

darius’s picture

Status: Active » Fixed

This is either fixed in the 4.5 branch, or it won't be fixed, since the 4.5 version is not going to be supported.

Anonymous’s picture

Status: Fixed » Closed (fixed)