Closed (won't fix)
Project:
Drupal core
Version:
x.y.z
Component:
node.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Mar 2005 at 21:42 UTC
Updated:
1 Aug 2005 at 01:32 UTC
This patch introduces the concept of unpublished nodes' administrator. This admin can do anything with unpublished nodes, but changing node->status.
Known problem: If you have some node types where the default workflow is to publish, for example storiy, and for some others you want to employ unpublished node administrators (UNAs). If you unpublish a story and a UNA changes anything in that, it will pop back to published state and the poor UNA will be unable to unpublish it. Possible workaround: UNAs never can publish anything, even if default workflow says "publish". Disadvantage: UNA will need to keep two accounts, one normal user who can publish stories and an UNA account.
| Comment | File | Size | Author |
|---|---|---|---|
| node_unpublished.patch | 9.42 KB | chx |
Comments
Comment #1
killes@www.drop.org commentedShouldn't that be handled by workflow.module?
Comment #2
chx commentedworkflow would benefit from this a lot, sure, but does not implement anything like this.
Comment #3
killes@www.drop.org commentedNobody supported this patch.
Comment #4
nsk commentedit would be useful, as well as an admin for unpublished comments.