I needed an Action that would Publish all of the related nodes for a RelatedContent content type when a specific trigger event was executed. I will post my patch to add this Action to the module.

Comments

dooug’s picture

Here is the patch.

It was for my own use, so it would need review if it were to be considered to integrate into the module. It currently accepts any hooks, which should probably change.

dooug’s picture

Here is my second iteration of the action. This action is only available for certain hooks (I used this with Simplenews). It also publishes the node the action is being performed on.

dooug’s picture

(revisiting old posts for fun.)

Re-rolled the patch properly. This module seems deprecated, but here is the latest patch.