Closed (works as designed)
Project:
Actions
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2005 at 03:04 UTC
Updated:
12 Jul 2006 at 22:57 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| node_access_action.patch | 2.86 KB | samo |
Comments
Comment #1
mfredrickson commentedThis should be added to the Actions Snippets page:
http://drupal.org/node/48737
Comment #2
moshe weitzman commentedworkflow_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.