This module looks excellent for what I need - almost perfect in fact.
I like the fact that permission can be granted for publishing or unpublishing any content in a node type, or only own content in a node type. There is a category in between which would make a lot of sense. I want to be able to allow my users to publish or unpublish any content (in a node type) over which they already have editing rights. That's to say, if tac_lite or some other module has granted 'update' rights over a group of nodes to a group of users, I want to allow them to publish/unpublish any of them.
I'm aware that this adds a whole extra list of permissions to an already very long list, but I certainly need this functionality, and maybe others do too.
Patch attached. I haven't attempted to change the formatting, though I think the layout of the logical tests isn't really compliant with Drupal formatting standards.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | publishcontent.module.patch | 2.62 KB | martin_q |
| publishcontent.module.patch | 2.01 KB | martin_q |
Comments
Comment #1
martin_qNew and improved... based on my own needs again...
Now includes 'publish own content' and 'publish editable content' (as well as unpublish same). Saves clicks and makes things consistent.
Comment #2
martin_qComment #3
aaronbaumanthis is brilliant - thanks for the patch.
this is committed to dev