This patch enables a views field for the uid column of the workflow_node table. This allows you to include a username in your views table next to the workflow state and most recent comment.

This work sponored by http://www.medem.com.

CommentFileSizeAuthor
workflow_user_field.diff1.02 KBDave Cohen

Comments

JacobSingh’s picture

Status: Needs review » Postponed (maintainer needs more info)

I'm not sure if this is by design, but this view is supposed to show every workflow state change? I created a view using a table plugin and included the fields:

node title / workflow state / last user

and I got all state changes on all nodes. So either the docs are misleading (it's not necessarily the last user to modify the workflow, actually it's all of them), or my workflow is a different version, or I don't understand what's going on :)

Please review and get back to me with some more detail, perhaps even a sample view export and I'll add it.

Dave Cohen’s picture

Status: Postponed (maintainer needs more info) » Active

I've never noticed that before, but I am able to reproduce.

I think I did not notice because I have the node is published filter enabled, and that either prevents this problem, or seems to in my case. I'll investigate this a little more.

jcisio’s picture

Status: Active » Closed (won't fix)

I suppose that 5.x-1.x is currently not maintained any more. Thus, close this issue. Try this in 6.x-1.x #702710: Support for UID/name in Views

Bastlynn’s picture