At the moment, a user may remove a node from groups only if he/she is an admin of those groups or is both the node's author and a member of those groups.

Actually, anyone who has the permission to edit the node should have that right.

For non-admins, we need to check node_access('update') rather than $node->uid, and ignore the user's group subscriptions.

Comments

david lesieur’s picture

Version: 5.x-1.1 » 6.x-1.x-dev
Status: Active » Fixed

Further explanation: OG allows any user who can edit the post to remove it from groups (from the node edit form). OG Audience should grant the same right. Done.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.