The homepage for this module says that entities can have multiple parent groups,

single-to-many: One single entity may be part of multiple Groups.

but I can't find any way to do this. I've been scouring the settings and code for the main module as well as gnode, and I can't find anything mentioning this possibility. The only thing I've found is at the beginning of gnode.module:

function gnode_entity_info_alter(&$entity_info) {
  // Nodes can only have one group parent.
  $entity_info['node']['group entity'] = 'single';
}

Is this not actually a feature? Or am I missing something?

Comments

MrPeanut’s picture

I think this is a duplicate of #2317195: Allow more than one parent by node / subgroup which sounds like it's a future enhancement.

kristiaanvandeneynde’s picture

Status: Active » Closed (duplicate)

Indeed it is :)