Peer Review - So that each moderator cannot moderate their own content
| Project: | modr8 |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I hope my wording is accurate and precise enough to get the idea across.
Basically, it seems that the current method is this:
- Set up users as moderators
- Various users submit content
- Designated moderators can allow or disallow said content from being viewed publicly
- Therefore if a moderator submits content, he or she can allow their own content.
I'd like to have the option (if possible) to set the permissions in such a manner that will dissallow item #4 from occurring. In other words, I don't want moderate Bob to be able to moderate Bob's content - I'd rather only every other moderator be allowed (So, only Joe, Bill, or Sue could moderate Bob's content).
For reference, here is where I originally posed the question in the forum board:
http://drupal.org/node/366160#comment-1238314
dman's comment probably summarizes the request better than I could:
It sounds like a sensible option for the moder8 module. A good way to enable peer review. Better than the current can-or-can't role permissions.

#1
Hmm, might not be hard to provide a basic implementation of this. For example, disabling in the modr8 admin form all nodes owned by the current user. Guess a similar check would be needed on the node form. Patches welcome.