Drupal use scenario: A site with user submissions, editorial control, and workflows.

I have a workflow state called "writer to rework". Upon editorial transition to "writer to rework", an action is fired that allows for the node author to re-edit the piece they authored. This is accomplished via a node_access grant. Once the node workflow is transitioned away from "writer to rework", an action is fired that removes the node_access grant.

CommentFileSizeAuthor
node_access_action.patch2.86 KBsamo

Comments

mfredrickson’s picture

This should be added to the Actions Snippets page:

http://drupal.org/node/48737

moshe weitzman’s picture

Status: Needs review » Closed (works as designed)

workflow_acess is another way to do this. see http://www.angrydonuts.com/publishing_articles_a_tutorial

i don't think core actions will use this action. i agree that it belongs in the snippit library.