Closed (fixed)
Project:
Drupal core
Component:
queue.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2003 at 06:02 UTC
Updated:
15 Jan 2003 at 13:32 UTC
my fellow admin and i were discussing how it would be great if, when an item is submitted to the queue, you could post comments about it, for all the people able to see it before it is officially "published". once it is all set to go, and is added into the main body of the site, those comments would be scrapped. just think it would be a nice feature, especially if the content is designed more as something that needs to edited instead of just approved.
horix,
horix@wornpath.net
Comments
Comment #1
ax commentedyou can post comments to queued nodes.
Comment #2
killes@www.drop.org commentedOn 15 Jan 2003, ax wrote:
> 2003-01-15 07:22 : ax
> you can post comments to queued nodes.
But they don't get stripped or made unaccessible after publishing. Would
be a valuable addiditon, I think. Also, the node could be commentable in
the queue, but not afterwards. This is some improvement on workflow.
Another one: If a submitted node gets rejected, it should get mailed to
the author with the comments attached.
Comment #3
moshe weitzman commentedIf the queue module fired a queue($node, $op) hook whenever a status change occurs, then a small module could be written which unpublished all comments attached to nodes as nodes are approved.
Comment #4
killes@www.drop.org commentedOn 15 Jan 2003, weitzman@www.drop.org wrote:
> 2003-01-15 06:52 : weitzman@www.drop.org
> If the queue module fired a queue($node, $op) hook whenever a status
> change occurs, then a small module could be written which unpublished
> all comments attached to nodes as nodes are approved.
and/or mailed to the author. :)
Excellent idea. Do we get a patch?