Thanks for the effort of restoring this capability to Drupal 5! Could an additional permission be added so that there was separate authorization for viewing and approving content in moderation? That functionality seems distinct to me, but seems like it's all wrapped into one permission at present.
Comments
Comment #1
pwolanin commentedWell, that should not be too hard a patch, if you want to write it, but I'm not clear what the use case is.
Comment #2
bryanpflug commentedI would like to be able to provide a list of nodes to people so they could get a preview of upcoming content that's in the moderation queue, but not yet approved. The only way to do that today is to be a moderator, but providing that privilege means they can make changes, too.
Comment #3
pwolanin commentedYou could as easily put PHP in a node or make a view listing rows with moderation = 1, especially if you are not using an access control module.
Comment #4
pwolanin commented