Posted by Guillaume Beaulieu on April 14, 2011 at 8:41pm
As the coder module does most of the work, I'd have time to plough through the TODO: on the module. You should harness the power of the dozens waiting for it: http://drupal.org/node/732578 ; I personally need the module, and I'm improving the coder module so more of the code will be automagically transformed, until I'd have no more time, and start working on a d7 version on a personnal server...
Comments
How to List all nodes where the user is an owner
System have 3 user roles.
Super Moderator
moderator
author
and workflow states are
Draft
Approve
publish
reject
I need to buils following functionality.
When Moderator logs in, show the all the nodes whose staus is Draft and Reject.
When super mode is log in, list all the nodes whose state is Approve. and all
Do i need to write my own code, or is there any setting in workflow mosule only.