- Issue created by @drupgirl
- 🇮🇱Israel yakoub
don't use
destination: plugin: 'entity:group_relationship'
you need to implement custom destination plugin which calls
public function createForEntityInGroup(EntityInterface $entity, GroupInterface $group, $plugin_id, $values = []);
https://git.drupalcode.org/project/group/-/blob/3.3.x/src/Entity/Storage...