hi,

i am using drupal workflow. I am having a user who can create the content and that content has to be gone for his supervisor for reviewing purpose and can be reviewed only by that supervisor. In this way i am having 4000 creators whos create content and that content has to be gone for reviewing for only their respective supervisors. How can this be done in drupal. Since, I know depending on roles the content goes to next level but depending on user how to get it done. Any help is greatly appreciated.

Comments

kiwad’s picture

I'm having the same challenge. I thought of using taxonomy to do this. I would assign a taxonomy term to each node and create a view for the supervisors to show all the nodes that need to be reviewed filtered by the taxonomy assigned to the supervisor (using content profile to assign a taxonomy to a specific user). This work well since supervisors get a list of the node they may review, but they could bypass that by changing the URL to get to a node that they are not suppose to review... If there is a better way to do this, I'm all ears!

kiwad’s picture

Title: workflow » Assigning nodes in state X to specific user for review
Component: Code » Documentation
Priority: Critical » Normal

Editing issue settings...

kiwad’s picture

Status: Active » Closed (duplicate)

I'm finally working on this. This thread seems to be a duplicate from #362105: Granular Taxonomy-Based Publishing Workflow

I'm going to test the module revisioning hopefully it will work!