Closed (fixed)
Project:
Workbench
Version:
7.x-1.2
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2013 at 14:33 UTC
Updated:
11 Jul 2014 at 17:12 UTC
Jump to comment: Most recent
Currently I have three states. Draft, Needs Review, Published. All the normal states my default. I want to set it up so that say 10 different people accept the Needs Review stage before it becomes published.
How can I do this?
Comments
Comment #1
dougvann commentedHere's a wild idea that should satisfy your requirements. It will require a bit of coding on your part or you can hit up the community and offer a bounty for writing it.
1. add a FLAG field to the node
2. hook alter the form and don't show the PUBLISH option until at least ten unique users have flagged the node
3. [bonus] when the nodes is published, append the revision log to include the user-names and flag-dates of the 10 flag occurrences
I'll go ahead and close this issue, but any one else is welcome to suggest an alternative solution.
Comment #2
phillipclarke29 commentedDid anybody get any further with this?