I'm using workflow module (6.x) to set workflow states on my node (articles, which authenticated users can submit, and editors can review).

I also have the Recent Changes module to display a list of revisions.

I'd like to add a column to Recent Changes to enable me to see the current workflow states for those nodes. I've noticed workflow implements a token list (at the end of workflow.module). Is it possible to add the ['workflow-current-state-name'] token into the recent changes module? How can I do this?

Thanks in advance,

Andy, a very confused drupal newbie!

Comments

iamwhoiam’s picture

anyone got any ideas?

avpaderno’s picture

... then you can change the view presented by Recent Changes, and add the field from Workflow.
Workflow has integration with Views; I don't know about Recent Changes.

-- Kiam@AVPnet