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.
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
Comment #1
dooug commentedHere 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.
Comment #2
dooug commentedHere 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.
Comment #3
dooug commented(revisiting old posts for fun.)
Re-rolled the patch properly. This module seems deprecated, but here is the latest patch.