[drupal-devel] [feature] Administer unpublished nodes
killes
drupal-devel at drupal.org
Wed Mar 30 12:49:22 UTC 2005
Issue status update for http://drupal.org/node/19671
Project: Drupal
Version: cvs
Component: node.module
Category: feature requests
Priority: normal
Assigned to: chx
Reported by: chx
Updated by: killes at www.drop.org
Status: patch
Shouldn't that be handled by workflow.module?
killes at www.drop.org
Previous comments:
------------------------------------------------------------------------
March 29, 2005 - 22:42 : chx
Attachment: http://drupal.org/files/issues/node_unpublished.patch (9.42 KB)
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.
More information about the drupal-devel
mailing list