Hello,

I'm seeing an issue with OG's integration with Rules, where when you edit a OG-enabled node, the event_og_user_approved rule is triggered, though no user has newly joined or been approved to join the group; they already were. Do I have a configuration problem, or is this a bug?

Thank you in advance!

Comments

Grayside’s picture

Whenever you save the group node, the code in hook_nodeapi() for the update operation "recreates" the administrative membership of the node owner. Given that we can confirm this as unimportant, I am fine with swapping logic around to check on whether this is necessary.

rainworks’s picture

Good to know. I think that'd satisfy my usecase. Thanks.